Enter Keywords:
1 - 10 of 2210(0.001 seconds)
Sort By:
 
What property or method should I use to determine if an ADO recordset object is open.  And nix on trying an operation and catching the exception.
Zones: C++Date Answered: 07/03/1998 Rating: 7.8 Views: 0
i have some problems with ado and sql textfields. don't know if its a ado or an odbc problem. the field introduction in the recordset is a sql-text field problem: if I ask more then two times for...
Zones: VB DBDate Answered: 09/16/1998 Rating: 6.6 Views: 0
I have been making the switch from DAO to ADO and also the switch from bound controls to unbound controls...I am developing a VB app and am having an ADO problem...If I were to open a recordset usi...
Zones: VB DBDate Answered: 12/20/1998 Rating: 6.2 Views: 0
This is an easy one, as I'm new to Programming.  How do a connect to a database using ADO.  Right Now I'm trying(from a text); ConnectData.Open "Driver=Microsoft Access Driver (*.mdb);DBQ=" & App.P...
Zones: VB DBDate Answered: 11/08/1998 Rating: 6.6 Views: 0
I want to connect to a D-Isam Database using ADO.....?????could this be done if so howwwww ....???? the file has a .dat extension
Zones: VB DBDate Answered: 01/20/1999 Rating: 6.4 Views: 0
How do you use ADO to execute a parameterized SQL statement which is NOT in a stored procedure (I already know how to make bound variables for stored procedures) AND use this SQL statement in the O...
Zones: VB DBDate Answered: 11/30/1998 Rating: 5.8 Views: 0
I want to try ODBC and ADO. Can you give me a step by step instruction showing how to connect a mdb file? (from get a refrence, if any, to create a recordset) Thank you in advance. Victor
Zones: Visual Basic, De...Date Answered: 01/07/1999 Rating: 7.6 Views: 0
Dear Sir/Madam, I have a database in SQL Server 6.5.  This database contains a table ORG and ORG contains a field ORGNumber which datatype is int with identity (equivalent to the autonum of MS Acc...
Zones: VB DBDate Answered: 02/26/1999 Rating: 6.2 Views: 0
Can anyone provide me with details of sample code that shows how to create a blank recordset, add fields and add rows using VISUAL C++. All the examples I have seen use VB but when I try to convert...
Zones: Windows MFCDate Answered: 05/13/1999 Rating: 6.0 Views: 13
I have created a DLL that creates an ADODB.Connection object, opens it and has a GetConnection()as ADODB.Connection public function.  I am accessing the DLL in one exe and opening the connection.  ...
Zones: VB ControlsDate Answered: 03/18/1999 Rating: 7.8 Views: 0