| Thread | Last Post | Replies |
|
| Create Non Access DB with VB?? | 04 Mar 2004 21:40 GMT | 25 |
I am so glad this group is setup. I see some smart people floating around here. Maybe you guys can help me!! My employer wants me to design an application that is fully customizable. A database application where you can add tables and other info on the fly. BUT,
|
| SQL expert needed - update TableA from TableB in access | 04 Mar 2004 21:04 GMT | 4 |
This one I think should be easy when you now how but I couldn't get it today. I have to run a kind of double check routine. 1 database, 2 tables. No linking or referential integrity or any of that.
|
| Run time error 3669 | 04 Mar 2004 18:41 GMT | 1 |
I have an MS Access 97 Frontend which had linked tables to MS SQL Server 2000. I have a linked table with 1.4 million rows with index on primary key. When I exclude this table from the application works fine but when I include it in my query, I get a Runtime Error '3669'. Execution ...
|
| Tool for generating vb classe code from database structure | 04 Mar 2004 17:48 GMT | 1 |
I am searching for a tool for generating vb classe code from a given database. Can anyon help me? Thanks TNL
|
| Error 3265 - Item not in this collection on client machine | 04 Mar 2004 16:02 GMT | 3 |
I have developed a package using VB6 and DAO3.6. On my development machine, everything runs fine, but when I build an installation disk and install the software on other computers, the software errors when trying to access data. It does not fail on every data access, but only ...
|
| How to retrieve schema/structure of a table ?? | 04 Mar 2004 15:00 GMT | 1 |
Using Visual Basic 6.0, how to retrieve the schema/structure of a table i.e. datatype, NULL is allowed or not, size of the data etc of any column ?? Thanks
|
| [Vb.net question] how to apply online update function into program (the effect just like Norton system work live update) | 04 Mar 2004 14:44 GMT | 3 |
[Vb.net question] how to apply online update function into program (the effect just like Norton system work live update) The situation is below: I want to develop a program that contains some product information (in the
|
| Position after AddNew | 04 Mar 2004 03:44 GMT | 1 |
Nobody I've asked this question has been able to answer me (dunno why...). So here it goes: After calling recordset.AddNew, what is the position it goes after that (neither EOF nor BOF), and which variable can I use to read that position? There's a lot of things I want the user not ...
|
| DB in XML | 04 Mar 2004 03:35 GMT | 2 |
Let's say i have XML document of this type: <?xml version="1.0" encoding="ISO-8859-1"?> <CONTENT> <VIDEO>
|
| Change ownership of SQL table to dbo | 04 Mar 2004 03:21 GMT | 1 |
Greetings and thanks for your help Whenever I create a new table in SQL-2000, using the VB6 command CREATE TABLE [tabel_name_here], it makes me the owner. I prefer for the owner to be dbo. I have found the change object ownerhsip command in MSDN, which is chObjOwner. However, I ...
|
| Porting access database into SQL server 2000 opportunity | 03 Mar 2004 22:26 GMT | 3 |
We're currently using VB with an access Db through ADO to store something like 30-40 tables for our application. We need to use SQL Server 2000 for some customers. Is it a big deal to create all our tables to SQL instead of Access? This needs to be
|
| Why doesn't this work? | 03 Mar 2004 22:06 GMT | 11 |
If Option3.Value = True Then If IsNumeric(Text1.Text) Then Adodc1.Recordset.Filter = "id like '" & Text1.Text & "%'" Adodc1.Refresh
|
| EOF BOF error | 03 Mar 2004 18:52 GMT | 4 |
I'm getting an error stating that either EOF or BOF is true or the record has been deleted when trying to get a true or false value from an Access database. The following is the code. strStatement80 = "Select * FROM misc_charges WHERE type = '" &
|
| How to retrieve schema/structure of a table ?? | 03 Mar 2004 18:32 GMT | 1 |
Using Visual Basic 6.0, how to retrieve the schema/structure of a table i.e. datatype, NULL is allowed or not, size of the data etc of any column ?? Thanks
|
| Example app/code? | 03 Mar 2004 17:53 GMT | 3 |
Does anyone have any sample VB code, an app or class objects with methods etc for storing data on the client so that I can work with a SQL Server db using transactions. E.g. I want to create a Customer class with properties which relect the data in my customers table, instantiate ...
|