| Thread | Last Post | Replies |
|
| about multiple database | 23 Sep 2005 02:14 GMT | 1 |
I have a great problem of the database management of my project. the project have the following requirements: 1. have many database (.MDB files) with same data structure 2. search from all database
|
| Viewing database diagram on SQL Server 2000 crashes VS | 22 Sep 2005 23:01 GMT | 1 |
When I try to view a SQL Server 2000 database diagram in Server Explorer in VS 2003, a fatal error "Microsoft Development Environment has encountered a problem and needs to close. We are sorry for the inconvenience." raises and VS closes. Sometimes this error message is raised: ...
|
| Getting data from Access 2003 in Vb6 with DAO | 22 Sep 2005 20:43 GMT | 1 |
Is this possible? What version of DAO do I need and where do I get it from. TIA!
|
| Math Question | 22 Sep 2005 17:26 GMT | 3 |
I have to assing a Number to each person who fills out this web form. The information on the for will be places on the database and well as the number. this number will probably start from 100 and keep adding one. How can I do this with VB?
|
| ADOX Update Schema | 22 Sep 2005 17:16 GMT | 6 |
Outside of shipping a new database with a product update and migrating existing data into the new database. Is there a way to update the schema of the existing Access database. I have 2 columns that are text datatype that need to be increased in size Can this be done. I am using ...
|
| Can't open a database created with a previous version of your application. | 22 Sep 2005 06:55 GMT | 1 |
""Can't Open a Databaes created with a Previous Version of your Application"" i am using MYSQL as backend but using Data Control to connect With it. I am using True DbGrid to bind with the Data Control.
|
| Access table linked to VB6 data grid | 22 Sep 2005 03:51 GMT | 2 |
I have an Access 2002 table with a logical field displayed as a checkbox but when linked to data grid in VB6 it shows as 0's and 1's. Can this also be displayed as a checkbox in VB6?
|
| Office.. A solution for security? | 22 Sep 2005 00:00 GMT | 4 |
Suppose I have an appliation made in VB6 which connects to SQL2000. The applications creates a DSN(old style) to connecto to the server. The user has a login an a password to use the application. The server validades Windows NT login.
|
| question on date display on vb6+access 2002 .pls... | 21 Sep 2005 21:09 GMT | 2 |
I am using vb6+sp5+access 2002. there is a table in which a field named dob(datetime) to save customer's birth date. I use vb6 to retrive the date value to display.but all birthday are set to 1/1/1900. I tried to use asp+ado to display it,it works fine.
|
| XML import | 21 Sep 2005 19:57 GMT | 2 |
Anyone have VB6 code to read in from a xml file?
|
| hide Access database | 21 Sep 2005 18:45 GMT | 1 |
hello..everybody, I need help that I want to hide my database file. can you show me how do it?
|
| ADOX database copy | 21 Sep 2005 16:50 GMT | 3 |
I have a procedure that takes an existing Access database and makes a copy of it (structure only) using ADOX. However, I have the following problems with the copy: AutoNumber fields in the original MDB file become plain old Numeric fields
|
| ADOX copy database | 21 Sep 2005 16:48 GMT | 1 |
I have a procedure that takes an existing Access database and makes a copy of it (structure only) using ADOX. However, I have the following problems with the copy: AutoNumber fields in the original MDB file become plain old Numeric fields
|
| Database and report question | 21 Sep 2005 15:36 GMT | 3 |
I develop an application that can create a database on request. (the user can create several databases with different names) I create these databases using DAO without datacontrols. (mdb files). Now i'd like to create a report.
|
| Data control question | 21 Sep 2005 14:07 GMT | 4 |
Will any included data control (VB6) allow me to click on a column in the control and then sort the records by that column? Thanks. Greg in Cincinnati
|