Advertisement

1 - 10 of 31 containing alltags:("ADO SQL") (0.001 seconds)
Tags: ado, sql
how do i use ADO in VB to access SQL Server? i'm using ADO version 2.0, SQL SERVER 6.5, VB 5.0.
Zones: VB DBDate Answered: 12/06/1998 Grade: C Views: 0
I'm using ADO connecting to a SQL Server 2000 backend. I open a global Recordset which I only use to add records to. SQL: "select * from tblMap" When I come to use the Addnew method, on so...
Zones: Visual Basic, Delphi DatabaseDate Answered: 04/17/2002 Grade: A Views: 0
suppose I have a table containing two fields. accout_no       varchar(20) create_dt       datetime I have a query as Select max(create_dt) create_dt FROM  acct_tbl     where acct_no...
Zones: C++Date Answered: 04/18/2003 Grade: A Views: 0
I'm trying to translate the following block of SQL into a format that will work with the ADO recordset.open or conenction.execute methods. It rejects the GO and if I use semi-colons it just runs...
Zones: VB DB, MS SQL ServerDate Answered: 07/05/2008 Grade: B Views: 8
Can anyone advise me how could I retrieve the field name, lenght and number of field in a table using ADO in ASP QUICKLY. I have tried by creating a record set first using a "Select * from table_na...
Zones: ASPDate Answered: 02/14/2000 Grade: A Views: 0
I'm new to this.  Can I make specific queries (no wildcards) to match against a db of generic rules?  Note that following example contains only two fields but in real-life will have about 7 fields....
Zones: MS SQL ServerDate Answered: 10/02/2000 Grade: A Views: 0
IIS 5, ASP 3, SQL Server 2000. I have a table that has a "UniqueIdentifier" field. I need to insert a GUID into this field using the NewID() function inside SQL Server. however, i'm using ADO...
Zones: ASPDate Answered: 01/04/2002 Grade: A Views: 0
Hi, I have a 4 tier application. The components are on a different server than the webpages . The SQL server is on a different machine. I am creating a recordset in the component. I have found t...
Zones: Application ServersDate Answered: 05/08/2004 Grade: A Views: 0
I am using Delphi ADO components to connect to local access DB. I also use TDBGrids and other standart Data Controls... How can modify my application to connect to SQL-server? My SQL-Server DB is...
Zones: Delphi ProgrammingDate Answered: 01/07/2004 Grade: A Views: 0
I have moved the SQL databases from a decommisioned sever to a new server (which has a different name).  I moved them by stopping all SQL services, copying the data files from the old server and th...
Zones: MS SQL ServerDate Answered: 03/09/2005 Grade: A Views: 0