| Thread | Last Post | Replies |
|
| Add own properties to a database (mdb) field or table?? | 10 Nov 2004 00:12 GMT | 2 |
Is it possible to add yor own properties to a database (mdb) field or table? Just wondered, I can also easily just add tables to keep the info I want.
|
| DATABASE CONNECTIVITY | 10 Nov 2004 00:07 GMT | 2 |
I M TRYING TO CONNECT ACCESS AND ORACLE WITH VB FORMS WITH THE HELP OF ADODB . THE TABLE HAS MORE THAN 1 LAKH RECORDS IF I TRY TO CONNECT VB FORM WITH THAT TABLE THAT PARTICLUAR FORM TAKES MORE THAN 5 MINUTES TO GET DISPLAYED ON THE SCREEN WHAT SHOULD I DO TO OVERCOME THIS PROBS.
|
| return value from sp | 10 Nov 2004 00:02 GMT | 1 |
i use a recordset to take values form a storeprocedure, Set rec = New ADODB.Recordset rec.ActiveConnection = Connectio rec.Source = "cev_take_from_sismap"
|
| VB6 - How to add 2 CheckBox column every row in Datagrid | 09 Nov 2004 22:47 GMT | 1 |
Is there a way to achieve this in VB 6 ? Thanks in adv. Meng
|
| How to determine the current user's rights | 09 Nov 2004 20:17 GMT | 1 |
My .NET application needs to know if the currently logged on user has rights enough to create global tables, indexes, stored procedures, views, etc in the current database. The program runs through routines that create all these tables and we have
|
| ADO Error 3709 | 09 Nov 2004 17:02 GMT | 2 |
I'm trying to access the SQL Server 2000 database from VB6, but getting this error: 3709 Requested operation requires an OLE DB Session object, which is not supported by the
|
| After accessing recordset it's losing some values | 09 Nov 2004 06:13 GMT | 3 |
Lets look at the following code: cm.CommandType = adCmdText cm.ActiveConnection = conn1 Set rs1 = New ADODB.Recordset
|
| Cancel/Terminate Connection from the control | 09 Nov 2004 04:21 GMT | 3 |
Form a visual basic program I am passing a SQL statement to retreive data from SQL server database. If I need to cancel this request while it is processing (for ex. if my sql takes long time), can we do it from the form/control using a command button. If so how can we do it.
|
| VB error with access Help | 08 Nov 2004 20:14 GMT | 17 |
I get this error when I try to bring an application written in VB 4 into VS 6?? Could not find Data Access Library. Cannot Create reference. Visual Basic tried to create a reference to the Microsoft DAO Object Library
|
| [Adodc]: Unknown Error [Ado]; | 08 Nov 2004 13:15 GMT | 1 |
I got the [Adodc]: Unknown Error [Ado]; on a vb6 application connected to Access 97 or 2002. It occured on some computers with Win XP (about 50% of the ones I installed it on). There is no clear similarity on which it works and which it doesnt seeing as most of them originated ...
|
| DateCreated | 08 Nov 2004 13:10 GMT | 19 |
Hope this is the right place to post. I'm using VB6/ADO/Access. I want to get the date a table was created. I've had a hunt around Google and found several suggestions. However, the most common 2 don't seem to work for me. I've tried
|
| Import multi Spreadsheets - Urgent | 08 Nov 2004 00:56 GMT | 1 |
I need to import data from multi Spreadsheets with VB6 code. My code doesn't work properly, can anyone help? Private Sub ImportSchedules(ByVal strFilename As String) Dim mXlsApplication As Excel.Application
|
| ADO dll | 07 Nov 2004 11:55 GMT | 1 |
I have been working with VB6 using ADO to access a SQL Server database and to save me work I have written a dll to simplify database access. I have found it so useful that I am considering releasing it as shareware.
|
| How can I query for records that have an empty date/time value ? | 06 Nov 2004 18:01 GMT | 2 |
One table of an Access database contains a date/time field. How can I SQL query for records within that table that have an empty date/time value ?
|
| ADODB Connection Woes | 06 Nov 2004 17:35 GMT | 6 |
I'm hoping that somebody can steer me in the right direction to solve a problem that I'm having at the moment. I have Access database called EP3SAM. The Database has one table (tblAuthorisedUsers) with fields:
|