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: 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: 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: 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, 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: 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: 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: 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 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: Hello everyone... I'm in a slight bind... lol. I was called away from my office on an emergency and left my web server without starting up the MySQL ...
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 so many possibilities. First, if you added a reference to your application (Microsoft ActiveX Data Objects) then you have bound that version...
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...
Summary: Hello again All, I'm currently working on a project that requires a batch to be ran on two windows server 2003. I have a batch file on both servers ...
Summary: I don't believe I've ever met anyone more against anything remotely connected to microsoft than Micah:-) Homebody knows his stuff though so heed his ...
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: I know this might sound like a smartaleck question, but please, I mean no disrespect. Did you use the Username and password in VB when you are attempt...
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: 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: hI IM TRYING TO RUN MYSQL ....I GOT APACHE STARTED BUT I KEEP GETTIN THIS ERROR ON MYSQL 'CANT CONNECT TO MYSQL SERVER ON 'LOCALHOST' 10061 WHAT SHOUL...
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 ...