| Thread | Last Post | Replies |
|
| Time format mask abject failure | 25 Jan 2004 17:49 GMT | 2 |
I am trying to format a mask to enter data into a mdb database to hold a time value such as 5 mins and 34.23 secs as 05:34.23 or in some form that can be retrieved and entered. The database can be configured to store whatever is necessary be it number
|
| open the pc's default browser with VB | 25 Jan 2004 00:42 GMT | 1 |
I would like to open the pc's default browser with VB, any suggestions?
|
| check box value from Access 2000 database | 25 Jan 2004 00:31 GMT | 2 |
I have a simple VB6 program that displays info from an Access 2000 database and allows you to scroll through the database using an ADO connection with a recordset. All of the info is working except for the check boxes. I don't know how to display whether or not the box is checked ...
|
| Where to execute VB program from ? | 24 Jan 2004 18:16 GMT | 1 |
We are using a client server ERP package. It allows the execution of extra programs at certain points (events) within the packakge (i.e. at completion of a sales order). We want to write such code that executes on completion of the order...
|
| simple database program | 24 Jan 2004 17:47 GMT | 2 |
I want to make a simple DB program in visual basic. Its job will be the following: I have some reptiles, and i want to make a prog. where I can enter every date of feeding, mating, egg-laying, hatching, ... The first step will be just to enter the date, end when it has been fed. How
|
| Timestamp field | 24 Jan 2004 02:05 GMT | 1 |
i am trying to create a database in vb6 that will have a timestamp field. here is the code i use...and doesn't work. Private Sub Form_Load() Dim WS As Workspace
|
| VB and different versions of Access | 23 Jan 2004 23:26 GMT | 2 |
Hi Ive developed a VB app for an external client which accesses an Access database. When Ive been designing the app Ive been using Access 97, but the client is using Access 2000. Because of security issues they did not give me a full database (not all data but same design). When I ...
|
| Syntax error in ALTER TABLE statement | 23 Jan 2004 21:56 GMT | 4 |
I use ADO with DSN based connection object (cnn). I'm trying to execute this code: strSQL = "ALTER TABLE tblUsers ADD UserId2 LONG DEFAULT 0 cnn.Execute strSQ and I get [Microsoft][ODBC Microsoft Access Driver] Syntax error in ALTER TABLE statemen
|
| VB newby SQL question | 23 Jan 2004 18:31 GMT | 1 |
I know you can use ODBC to connect to a database and I know how to do that. Now I want to start a SQL query and run it to get some information from the database. I know the sql for what I want to do, but what code do I use to let the VB app know that this is a sql query? For ...
|
| VB6: Error 525 "Data access error" | 23 Jan 2004 18:17 GMT | 1 |
I have a program made in VISUAL BASIC 6, and using DAO 3.6, MDAC 2.8, and JET4 SP7. My program simply have a recordset, which I use to acsess my MS ACCESS 97 database.
|
| DB2 ODBC driver | 23 Jan 2004 17:24 GMT | 2 |
I want to access DB2 through my VB application using ODBC . where can I get the suitable ODBC driver for this. Regards, Ramesh Sajja.
|
| Order By in ADO | 23 Jan 2004 13:46 GMT | 1 |
If I do this in ms sql enterprise manager, where a is a load of integers select a from b order by a asc I get 1
|
| Need help on VB6 and MYSQL statement | 23 Jan 2004 12:56 GMT | 2 |
Hi pple.. I have 3 fields in my MySQL Table: Record No 1 Add1: 100
|
| update problems over network | 22 Jan 2004 23:54 GMT | 3 |
I have a program which ised DAO to access and update records in a jet database. My customer has it on a newtork (100mbit) similar to my set up here, but his traffic is greater than mine.
|
| Saving a picture | 22 Jan 2004 19:43 GMT | 1 |
I have an Access database and want to save/load pictures to/from it I have a database of people and I want to store pictures on that database with those people. I have an Image object on the form and a button which, when clicked, opens the ShowOpen commondialog. This is fine and, ...
|