Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
DB Conection in VB 6.0
Name: Help Needed Date: June 15, 2002 at 00:57:32 Pacific
Comment:
i need to connect to a db on a web server from a vb application can i do it ? and how?
Name: Fred Date: June 15, 2002 at 16:58:49 Pacific
Reply:
Is the webserver/database remote or local?
0
Response Number 2
Name: Need Help Date: June 15, 2002 at 22:38:44 Pacific
Reply:
Hi Fred,
the web server is local right now but will be remote in the future to use it in a local i use the path with the provider - a regular connection with ado, but my question is what or, how to connect to a remote one - using the web as a middle tier.
thanks Vb Madness
0
Response Number 3
Name: Fred Date: June 16, 2002 at 00:59:39 Pacific
Reply:
If you are using MS SQL or MS Access you can create a COM object to manage the connection or use a custom handler available in RDS 2. PS: If your using MS Access I would suggest picking up a copy of MySql(free to cheap), Access is a bit weak to build nTier applications on it.
Using a custom handler the connection is pretty much the same as you are using once you are setup. Tweek the registry & .ini for security etc...
Summary: I am writing a software program in VB 6.0 that accepts input from a user and stores it to an Access database - both text and numeric. How do I declare the variables for these items. For instance, I ha...
Summary: In VB 6.0, I had write the following script: Set cn = New ADODB.Connection cn.ConnectionString = "Provider=Microsoft.Jet.OLEDB.3.51;" _ & "Data Source=" & App.Path & _ ...
Summary: Hi friends I am making a project in VB 6.0 I have values like -0.004 and 5.98. I need a function which can convert them into (0 and 5 respectively) Plz tell me. I will be very thanful to u. ...