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: I have written a Piece of code to connect to database through DSN. But please some tell me how to check the connection is successfull. Is there any wr...
Summary: I am having a serious problem which I do not know how to solve. I have written a program with VB.net 2002 and MSDE as the database. However after depl...
Summary: hi, I am working in PHP. I just want to establish a connection to oracle database. Say my sid is ='hi32' userid='aaaa' passwd='bbbb'. i tried followin...
Summary: I am kinda confused by your post. Do you want to know what language to use to write a program to create tables and retreive data from those SQL db ta...
Summary: You just need to focus your search appropriately. VB.Net, like VB before it, is just the language syntax you are using; you need to work with the part...
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 again everyone.... I am writing a Perl script for a DB conversion that reads records from one database, adds the records to a Hash of an Array...
Summary: I've got this code to delete temp file from default_temp **BUT** my database also creates other temp files under default_temp_vfw78w6r and default_tem...
Summary: hey all, More perl questions from me...ugh...I really suck at this. Anyway, my question is regarding a basic perl recursive function with database q...
Summary: Hi, In a vb application,to establish connection to SQL server 2000.They have code as: Public Sub EstablishConnection() On Error GoTo EstablishConnectE...
Summary: MD80'er: Have you tried to have your updating / retrieving (SQL DB manipulations) inside of a module and not just an individual form? I have a similar...
Summary: Hi anonproxy, Thanks for the tip! I did run the include and it returned TRUE (good thing...I guess). I also ran the forementioned header.php file alon...
Summary: Hi, My software uses ADO to log data to a MS Access database every 10 seconds or so. Also, queries are run every 5 minutes to compile the data. I open...
Summary: 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 usin...
Summary: hi Stuart thanks for the reply i have been struggling with this project for quite some time. what i have is a vb6 form with 32 text boxes connected to...
Summary: Hi I have just learned to retrieve data from a database using ADO code (using WXPPro- Access 2002). I can connect to DB, run a query to retrieve data ...
Summary: I have an MS Access DB that I need to connect to and update through a VBScript file. I know how to do this in ASP, but the Server class which is used...
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: I have built MS-Access-based websites, and have had no problem establishing a connection to them. Here is typical code: myConnection = Server.CreateOb...
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: Might I suggest you use ADO.NET DataSets rather than the method you're using to connect to your db: Dim connStr As String = "Provider=Microsoft.Jet.OL...
Summary: I just made a db proj in vb6 using ms access.. i just made an append query and a parameterized query for my reports.. yet a have a lot of trouble... t...
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: 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...