| Thread | Last Post | Replies |
|
| Please Help!-Failing to run DB app | 28 Apr 2004 10:19 GMT | 3 |
I build an application in VB6 that connects to a access db useing MSADODC component. And it works fine on my developint notebook. When trying to run the app exe on windows 2000 (not for developers) I receive the following error: "Component 'MSADODC.OCX or one of its
|
| ADOX, DBF to MDB | 28 Apr 2004 04:34 GMT | 5 |
I'm trying to convert a VFP table to Access using ADOX. For some reason the ODBC connection string always fails. This is the code (VFP) commented where it fails. Any ideas?
|
| Query Help | 28 Apr 2004 03:32 GMT | 1 |
--Table Create table tableName (Field1 int, Field2 int) Table Data Field1 Field2
|
| Retrieve/Display Image Datatype from SQL Server | 28 Apr 2004 03:31 GMT | 1 |
Ok - Newbie question on my part but any help would be great.. Using Access & VB to maintain a SQL server 2000 DB. Here are the basics; Documents (pdf's, word docs, excel...) are streamed into the DB as
|
| multiple values in input parameter | 28 Apr 2004 03:30 GMT | 3 |
VB6 ADO 2.7 SQL-SERVER 2000 db How can I setup a stored procedure to accept multiple values for a single
|
| DataGrid & Invoicing App. | 28 Apr 2004 02:32 GMT | 1 |
I am developing an invoicing application, and would like to know the most efficient way to add a product selection into a DataGrid. DataGrid only displays the following fields : Quantity, Product Name, Unit Price As the program stands, the user will select the "Add Product" option, ...
|
| Check access table exist | 27 Apr 2004 16:51 GMT | 7 |
I want to write the program in VB. It is if the table named as "Customer" is checked for existence in the access database and if exist, then rename it , otherwise, nothing done. What the code should be in VB 6.0?
|
| MSHFlexGrid Error 13 | 27 Apr 2004 12:47 GMT | 3 |
I get this "Run-Time error '13': Type Mismatch" when I run the sample code below. The debugger highlight the line "Set MSHFlexGrid1.DataSource = rs" Any ideas? I am using VB6.
|
| Access Database | 27 Apr 2004 09:51 GMT | 2 |
is it possible to have more than one table open at a time??
|
| databases in VB | 27 Apr 2004 05:15 GMT | 3 |
Which databases can I use with VB? Thanks in advance, Stefan
|
| Type Mismatch Error | 27 Apr 2004 04:43 GMT | 4 |
I get this "Run-Time error '13': Type Mismatch" when I run the sample code below. The debugger highlight the line "Set MSHFlexGrid1.DataSource = rs" Any ideas? I am using VB6. Thanks,
|
| Date/Time Picker Control | 27 Apr 2004 04:27 GMT | 2 |
Could anyone help me with this problem please? I have a date time picker control on a form, and wanted to use the find method or sql statement to select records for the month picked in the control. Example: A user selects the date 4/25/2004, I want the recordset to return
|
| Odd "invalid use of null problem" | 27 Apr 2004 02:43 GMT | 1 |
I hope someone can help me with this. I've got some asp code that grabs data from an MS Access database. I keep getting the dreaded 'Invalid Use of Null" error, with the line number of the problem pointing to my "movenext" line. The offending code snipet is below.
|
| Reading unknown table name's and numbers of database | 27 Apr 2004 00:49 GMT | 4 |
I have a database with a number of unknown table's I don't know the name of the table's. I like to read the name of the table's so i can open them. The idea is that i like to make a new table in a database is it doen't
|
| Newbie question - public function | 27 Apr 2004 00:21 GMT | 4 |
I have a VB5 front end for an Access 97 database. I've been advised only to open the db when necessary, so I wrote a public function for this: Public Function openmydb() Dim ws As Workspace
|