| Thread | Last Post | Replies |
|
| MSHFlexGrid | 06 Jan 2004 07:10 GMT | 1 |
I'm using MSHFlexGrid, I want populate the grid with the records of a database. strConn = "Provider = Microsoft.Jet.OLEDB.4.0; Data Source =" & App.Path & "\db\arch_costi.mdb"
|
| Newbie with Ado.Net & VB | 06 Jan 2004 03:12 GMT | 2 |
Morning Group, Can someone possible answer a simple question for me? Should I use the Database Connection, DataAdapter, and Dataset Wizard or should I right my own code and not bother with the Wizards?
|
| Executable files with ADO | 06 Jan 2004 03:07 GMT | 2 |
Is it possible to run a project with a database connection just from the executable file? If so, where does the database file need to be located?
|
| Large MSDE tables slows VB with ADO? | 06 Jan 2004 02:59 GMT | 6 |
Hello and happy New Year. With: VB 6.0 SP5 ADO 2.7
|
| Delayed response time of a disconneted recordset with filter option | 06 Jan 2004 02:52 GMT | 4 |
we are working with VB 6 and ADO using SHAPE to recover data from database: Set rsProductos = New ADODB.Recordset rsProductos.CursorLocation = adUseClient rsProductos.Open strQuery, strConexion, adOpenStatic, adLockReadOnly
|
| connect to database using calender value in query | 06 Jan 2004 00:46 GMT | 1 |
hi i have the below code that connects to an oracle database what i want it to do is the user selects the date required on a calender object types in a number in the a text box and press a button it then should the carry out the query
|
| VBSql.OCX versus ADO | 05 Jan 2004 23:39 GMT | 2 |
Group, I'm working with a project group supporting and enhancing a product that has been around since the earliest days of Visual Basic. When moving to a new version, it was a matter of them updating the necessary code Before ADO was even conceptualized, this group utilized the DB ...
|
| Empty Recordsets w/o Visual Studio Installed | 05 Jan 2004 23:25 GMT | 5 |
Group, I've got a VB6 frontend to an Access 2000 database. I'm using DAO recordsets to populate 2 DBgrid's. The DBgrid's are populated correctly on my Windows XP production machine and 2 windows 2000
|
| 3706 error using MSDASQL on XP | 05 Jan 2004 23:01 GMT | 1 |
I have several apps that we have developed using ADO and MSDASQL. They connect to our SQL database just fine from Windows 2000 development machine or a Windows 2000 machine we are installing the MSI to. When I bring them up on my XP Pro development maching I get the following ...
|
| How to deal ??Urgent. | 05 Jan 2004 20:58 GMT | 4 |
I' m using Vb 6.0 And Access 2000 Can i write some expression in Access database after creating by using vb6.0 For example in the database have 3 Column
|
| select statement is not working | 05 Jan 2004 16:08 GMT | 2 |
I am using ms-access and in that I link the tables from oracle. I create a form and in that i have a text field e.g. emp_no this emp_no field should take the max value from
|
| SQL Statements | 05 Jan 2004 16:05 GMT | 1 |
1) Do the posts in this forum also appear on the USNET newgroup feeds 2) What is the NNTP Server or IP Address for the microsoft newsgroups that can be use in a reader like Free Agent?
|
| datetime compatibility access/sql server (ADO) | 05 Jan 2004 15:17 GMT | 2 |
I'm trying to create a VB applciation. When i try to run this query with an access database: "select * from order where orderDate = #" & date() & "#" the query return the information requested.
|
| Most efficient to Connect to database and keep connection open or to open and close connection for each transaction | 05 Jan 2004 15:08 GMT | 2 |
In my application the program goes through all the database stages for each transaction. I am using DAO 3.51. For example in getting a recordset, program does this: OpenDatabase
|
| BOF & EOF | 05 Jan 2004 12:49 GMT | 5 |
I am using VB6 (SP5) and a SQL 2000 recordset One of the problems i am having is the moving from one record to another. In one Recordset there are 300 records, when i hit record 300 i would expect the EOF to
|