Re: ADODB ............HELP PLEASE
From: alpine (alpine_don'tsendspam_at_mvps.org)
Date: 06/14/04
- Next message: lily: "Re: VB6 DES Encryption Code"
- Previous message: Nijazi Halimaji: "DTA-Format for creating bank payments"
- In reply to: NEWS: "ADODB ............HELP PLEASE"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 14 Jun 2004 01:45:09 -0600
On Mon, 14 Jun 2004 08:07:45 +0100, "NEWS" <newsgroup@questinfo.com>
wrote:
>I have some simple VB6 ADO code to open a database across the internet.
>
>This code failes on one client - I suspect because they have a Proxy
>server.
>
>What paramaters are there in the connection.open to specify a Proxy server
>IP address or Port No.
>
>Any ideas please.
>
>THIS IS THE CODE:-
>
>I have some VB6 code (which works fine) :-
>
>Dim cn As ADODB.Connection
>Set cn = New ADODB.Connection
>cn.Open "Driver={SQL Server};" & "Server=myserver.com;" &
>"Database=clients;network=dbmssocn;"
>cn.Close
>
>Thanks
>
>Garry
You might want to have a look at Carl Prothman's connection strings
page....
http://www.able-consulting.com/ADO_Conn.htm
HTH,
Bryan
____________________________________________________________
New Vision Software "When the going gets weird,"
Bryan Stafford "the weird turn pro."
alpine_don'tsendspam@mvps.org Hunter S. Thompson -
Microsoft MVP-Visual Basic Fear and Loathing in LasVegas
- Next message: lily: "Re: VB6 DES Encryption Code"
- Previous message: Nijazi Halimaji: "DTA-Format for creating bank payments"
- In reply to: NEWS: "ADODB ............HELP PLEASE"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|