experts, i'm experiencing the above error in the following code whilst trying to initialize my treeview:-
code:-
Dim cat As Node, cat2 As Node, strLetters As String, adoAttendance2 As ADO...
I have seen similar questions posed here before, but the solutions presented have not solved my particular problem. I have a VB6 application connecting to a password protected Access 97 datab...
Hello to you all,
My question is as follows:
Before i insert a new record in the company database, i want to check if the company name allready exists in the database, and if not then ad...
i user oracle 8 + vb 6 + crystal repot 8 in window 2000
my user name is ahsan, its password is ahsan in oracle.
i make a report from a table in crystal report.
when i press button to vi...
How do you CREATE a table using VB6.0 and ADO? How do create and add the fields?
I am using a module where I can add more fields or tables to the access database as i develop the application. But I can't seem to create a PK which I need. I have the code below, but it creat...
I'm using a command from the DataEnvironment to create a recordset
Dim rsHlthPatientInfo As ADODB.Recordset
DataEnvironment1.PatientInfoRead SSN ' the command and a parameter for th...
Help,
I'm getting an annoying error. I'm sure it's just my out of wack sytax usage, but please may someone help me.
********************************
Option Explicit
Dim dbName As Stri...
I have a vb6 program that pull some information from a SQL 2005 server database. One of the fields in the database is a remarks field of type varchar(1200).
When I use a select statement...
hi,
I have a table with only 15 to 20 records and can go up to 50 records.
the flds are
Id , value
records
eg., 1 Techlog
2 Stationlog
etc.
Is there any method where in i can...
As best as the user remembers the following error popped up as the app crashed and burned...
Runtime error 3050 could not lock file
This is on a VB6 app using DAO for network use of a Ac...
I'm using an adodc to access an informix table in my vb form. the recordsource for the adodc say something like this "select * from xtable order by userid, account"
Problem:
When i dele...
I am a tester
the application keeps producing runtime errors.
Each error has a number
is there a catalogue defining the meaning of these runtime errors
for reporting purposes it would see...
We are using Oracle ODBC driver 9.2x on NT boxes. We have an Oracle backend, a vsiual basic middle tier and a web-based front end. The kicker is that we don't get the error in Development. ...
I have developed many pages the same way with the same SQL table structure, now of this newly developed page I get this following error message.
Server Error in '/yearEnd07' Application.
-...
Hello,
I have a simple VBA application. On the primary form is a list of equipment in the "Equipment" table. I have a secondary form that displays information on each piece of equipment. ...
I have this sql statement in Excel VBA and I can't figure out what the problem here, VBA keep complain the with this error compile error;expected expression. this was working fine but it sudde...
I'm new to VB ADO. I copied an example code set from Northwind (see attached
), but it errors out on the line marked >>>. The first error says "source file is different then when module was ...
In my Access Application (VBA), I have to save Crystal Report into Excel Dicument .
I am creating Crystal Reports for each customer and save that report into a seperate Excel file.
i.e. For...
Hi,
I have a project that connect Oracle and I want to distribute it to all the organization.
The way I distribut my VB project to all the organization is to make a setup.exe file by using t...
This question relates to the one noted, which seems to cover the ground throughly except for one problem.
Although my install of Crystal Reports 10 has installed a CRAXDDRT.DLL, it does not...
HI,
I need experts help. I am using VB 6, WinXP, Oracle 8i. One of my queries from VB, retrive records from oracle DB. The query is a follow:
SELECT EMBDTFLD, EMBARGO FROM MFS.MAGEMBARGO WH...
With VB6, how to connect a SQL server database using MSDAO to crystal reports 7.0
The string connection to the sql database northwind is:
Provider=SQLOLEDB.1;User ID=sa;Initial Catalog= no...
Hi!
I've got an Access database with bitmaps that I want to show in an image-control i my application. What's the code for that? I've tried to bind it to my adodc control as I've done with my...
Hi, I really can't find the reason why the records are not being updated.
Many thanks in advance!
Vlad