Re: [U2] [UV] SQL Server Data Access

2005-10-31 Thread Don Kibbey
Have a look at the UniObjects docs on your client cd.  There are
examples in vb and java.  I've done links with vb6, c# and java.  It's
all good.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] [UV] SQL Server Data Access

2005-10-31 Thread Sunny Matharoo
Hi David, 

Well basically all that we require is the ability to interrogate a SQL
Server and download any data that is applicable for updating on our UV
database, and then reverse the process going from UV to SQL server.

Thanks

Sunny.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of David Tod
Sigafoos
Sent: 29 October 2005 02:05
To: Sunny Matharoo
Subject: Re: [U2] [UV] SQL Server Data Access

Sunny,

SM I know this may have discussed before but has anyone developed a VB
SM interface between SQL Server and UV.

what kind of 'interface' are you looking for?  UV has a connection
that works well with SqlServer so possibly before we get a lot of code
generated you describe better what exactly you are looking to do

-- 
DSig `
David Tod Sigafoos  ( O O )
 ___oOOo__( )__oOOo___
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] [UV] SQL Server Data Access

2005-10-28 Thread Tony Gravagno
Sunny Matharoo wrote: 
 I know this may have discussed before but has anyone
 developed a VB interface between SQL Server and UV.

This would be pretty easy to do with mv.NET using ADO.NET as the common
medium.  What's on your mind, maybe I can whip something up.  The solution
would depend a lot on the problem you need to solve.  Is this a one shot?
A specific and regular transaction that you might want in a Windows
Service?  Do you need a generic solution with a GUI to select and map data?

T
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] [UV] SQL Server Data Access

2005-10-28 Thread David Tod Sigafoos
Sunny,

SM I know this may have discussed before but has anyone developed a VB
SM interface between SQL Server and UV.

what kind of 'interface' are you looking for?  UV has a connection
that works well with SqlServer so possibly before we get a lot of code
generated you describe better what exactly you are looking to do

-- 
DSig `
David Tod Sigafoos  ( O O )
 ___oOOo__( )__oOOo___
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/