|
-
Nov 10th, 2000, 08:52 AM
#1
Thread Starter
Need-a-life Member
How do you do to connect to a SQL Server through Internet. I mean, I'm connecting to the server through ADO with some code, part of which is posted beneath:
Code:
Set mCN = New ADODB.Connection
With mCN
.ConnectionString = "driver={SQL Server};uid=sa;server=cedi_acad_adm;database=Books"
.CursorLocation = adUseClient
.Open
End With
However, I'm wondering whether there's a way to connect to it through Internet. What I want to do is to be able to perfom queries from home also, not only at work.
Emiliano F. Martín
If a post has helped you then please Rate it! (and give the user points he/she deserves by clicking on the image).
Encourage the person who helped you to keep doing it, and give him the points he deserves.
MP3 Organizer: Freeware to logically organize all your MP3s.
-
Nov 13th, 2000, 12:58 PM
#2
Thread Starter
Need-a-life Member
oh, com'on... 17 views, and no replies? Am I asking something impossible? or It's possible but just don't know how to do it?
Emiliano F. Martín
If a post has helped you then please Rate it! (and give the user points he/she deserves by clicking on the image).
Encourage the person who helped you to keep doing it, and give him the points he deserves.
MP3 Organizer: Freeware to logically organize all your MP3s.
-
Nov 13th, 2000, 01:56 PM
#3
Frenzied Member
its bad idea to use an application (vb) to connect remotely
infact its VERY bad, cus its slow..
if you want to have internet databases
you use asp(vb script and ado)
-
Nov 13th, 2000, 02:08 PM
#4
Thread Starter
Need-a-life Member
that slow? But is there any way to connect to the server so I could "see" if it worth or not?
Emiliano F. Martín
If a post has helped you then please Rate it! (and give the user points he/she deserves by clicking on the image).
Encourage the person who helped you to keep doing it, and give him the points he deserves.
MP3 Organizer: Freeware to logically organize all your MP3s.
-
Nov 13th, 2000, 02:26 PM
#5
Frenzied Member
not sure.... but
you can try RDO..
dont know much about it thou..
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|