Summary: Hi there, please can someone help me out, i`m really having a tough time tring to connect to my remote mysql DB, this is the connection string i`m usi...
Summary: Dear Friends, Pls Help. I want to write an sql statement which makes use of 2 tables in 2 different databases. How do I write the connection string. ...
Summary: Hi there i`m in need of some help with a connection string to an access db on an ftp site that has a usr name and pass word...is this possible??? or d...
Summary: i`m stuck please can someone help!!! this is my connection string at the moment, Set Conn3 = New ADODB.Connection Conn3.CursorLocation = adUseClient ...
Summary: Dear Friends, I have been using MS Access as the backend and presently I have planned to use SQL Server as the back end. The connecting string to MS A...
Summary: Hi I'm trying to connect to SQLExpress database. I'm using c# express and it's sqlexpress that came with it. I want to use OleDbConnection but I can'...
Summary: OK im trying to connect my local machine to my local sql database in VB6 but the connection strings i`ve tried dont work, i have set ado 2.7 as a refe...
Summary: Hi, i`m having a problem using an html file to display my reports for my vb database program, does anyone know how i can make it so my .htm file can g...
Summary: How are you trying to connect? ADODB, ODBC??? I'm guessing you might be stuck with the connection string: http://www.connectionstrings.com/ ...
Summary: this is my current connection string that i`m using to connect to my sql2000 db that my isp is hosting for me, Please can you help Thanks Ant Conn3.Co...
Summary: Hi, I am using VS.NET 2003 and C#. I am trying to create a SqlConnection by reading in the connection string from a text file. But this does not seem ...
Summary: I am attempting to access a local sql server 2000 db, but to no avail. Here is the connection string I am trying, but receive the typical [Microsoft]...
Summary: there are alot of example available on net and also alot is available on msdn. here are steps i am considering sqlserver as database server. 1- past a...
Summary: I am attempting to connect to a single table in a MS Access 2000 database using MS ADO Data Control 6.0 in VB 6, I also have installed SP 6. The ADO ...
Summary: Iam using Crystal report 8 with VB 6, Access 97. I designed a using Seagate Crystal report and linked it to the mdb file through Data Explorer >> Data...
Summary: This is a simple database connection or at least a start to it. Line 1: Set rec = New ADODB.Recordset This is creating a recordset object called "rec"...
Summary: When you say validate, do you mean: check if the SQL statement it syntacticly correct; or whether the SQL will actually return a record(s)? If the fir...
Summary: Joshua, Have not used password protected database before, but I believe you need to have your code look like this: cmd = "Provider=microsoft.jet.oledb...
Summary: There are so many possibilities. First, if you added a reference to your application (Microsoft ActiveX Data Objects) then you have bound that version...
Summary: is it possible for a dll to have properties? i have made a dll that is composed of functions and procedures that access the database and returns table...
Summary: you will need to do one of the following: 1) Use a database 2) pass hidden values To use a database is very easy. First you make a db and add all you...
Summary: Hi again, does anyone know what the connection string would be to connect to a PostgreSQL 7.3 database??? VB6 by the way. it`s a remote DB connection....
Summary: If you want to add a field to the database table? You need to use an ADODB.Connection object and the SQL command ALTER TABLE Like this: Dim ConnString...