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: 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: I'm trying to work on my final project for class, and am reading in a bunch of words from a file. I'm trying to store each word into an array. Here's ...
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 some what new to c++ and have made a bunch of silly little programs, but I am wanting to make a little modem program for my old lab top. I went o...
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: Thanks for pointing that out Blue...i completly missed the char assignment (i only skimmed the code to the point where I first encountered load and lo...
Summary: Can somebody please tell me why this code doesnt work. I am trying to write a strcat fucntion without using string. The strcpy part of this functions ...
Summary: I'm trying to call a variable filename from with the open parameters... Its not going through, I have to hardcode the filename. Can anyone spot my pr...
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: Hi can any one tell me how to store a system() call result in a string in c++ like as , string s = system("pwd"); As such this dosn't work as the pw...
Summary: Hi Everyone! I am trying to run a stored procedure from SQL 2005 with Excel 2003 and VB 6.3. I am getting the error: Run-time error 1004 Application-...
Summary: THIS IS WHAT I HAVE Imports System.IO Imports System.IO.IsolatedStorage Imports System.Collections.ObjectModel Public Class Form1 Private Sub TIME...
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: Hello, I have a directory that contains a list of files all with the date they were created. for example: data^070208.dat. I would like to write a ...
Summary: NP I'm not an expert in OOP, but I presume ofstream and ifstream are simply objects in the fstream class. C file i/o is a little more involved and I o...
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: Ok, I'm a little clearer, but in response 5, you have the month left justified, then in response 6, you're wanting it right justified (it would probab...
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: First, find out what operating system these devices run. There are a few: Windows CE, Pocket PC (renamed Windows CE 4), Palm OS and EPOCH (Symbian OS...
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....