| Thread | Last Post | Replies |
|
| vb | 04 Apr 2004 22:16 GMT | 5 |
what is the alternative to the old DOS commad (dir/s)? in visual basic? thank you.
|
| Some Advice for a Beginner | 04 Apr 2004 17:02 GMT | 1 |
I'm currently in the planning stages of my final project at university. I have decided to make a business simulation game using VB6. I am a beginnner with VB so am after some advice on the best way of going about implementing a database into the program.
|
| Some advice for a beginner | 04 Apr 2004 16:45 GMT | 1 |
I'm currently in the planning stages of my final project at university. I have decided to make a business simulation game using VB6. I am a beginnner with VB so am after some advice on the best way of going about implementing a database into the program.
|
| Database query question | 04 Apr 2004 05:24 GMT | 3 |
In my VB program using Access database, I want to get only records that match my query criteria (i.e. memberID *AND* dateBorrowed in the table tblItemBorrowed). MemberID is an integer, dateBorrowed is of Date type. To view a list of all items borrowed by a member today, I used the ...
|
| Identity field problem | 03 Apr 2004 17:22 GMT | 1 |
I am having a problem inserting new records via VB into an SQL server table that has its id Field set as an Identity. it appears ADO does not let the fiels increment when updating inserting the new record as i keep getting a primary key violation error "cant be
|
| Primary key cannot be found? | 03 Apr 2004 15:47 GMT | 1 |
The line Set f = ado.Recordset.Fields("id") where f is a Field and ado is an ADODC control, it says the field cannot be found.
|
| Counting Records | 03 Apr 2004 13:58 GMT | 1 |
I have a class module set up called Quiz I have a access database with two tables Quiz and Identification I need to be able to determine the amount of records in the Quiz table to generate a random question. The problem is I cant seem to get the code to
|
| Create ODBC with VB | 03 Apr 2004 01:49 GMT | 2 |
Dear , all How can i create ODBC from VB 6 . the ODBC connect SQL SERVER Thank,
|
| Import text file into access database table | 02 Apr 2004 23:16 GMT | 2 |
I've been trying relentless to import a text file into an access table using visual basic, but with no luck. Does anyone has codes for that purpose?
|
| Compacting a Jet 4 dtabase using ADO and DSN | 02 Apr 2004 19:19 GMT | 4 |
I want to compact my Jet 4 database using ADO. As I may not know the location of the database on my clients machine, I have set up a DSN called NEQAS that points to the database on my clients server. I am now a little lost as to the next step I must perform to compact the
|
| Accessing fields after OpenRecordset | 02 Apr 2004 17:53 GMT | 2 |
I'm looking at some code that makes use of OpenRecordset as follows: sqlOnBatchQuery = "SELECT * FROM PRODUCTBATCHES WHERE BatchNo = '" & cboOnBatch.Text & "'" Set rstOnBatchProductBatches = dbKCRetail.OpenRecordset(sqlOnBatchQuery,
|
| Problems connecting to an access database | 02 Apr 2004 15:43 GMT | 1 |
I'm a student Informatica in Belgium. We get classes Visual Basic here and where now bussy with the subject databases. I work on my laptop where i've installed an Win XP OS with an Office 2000. The problem now is that i'm not abble to connect to my access database. I
|
| Problem connecting to an access database | 02 Apr 2004 14:07 GMT | 1 |
I'm a student Informatica in Belgium. We get classes Visual Basic here and where now bussy with the subject databases. I work on my laptop where i've installed an Win XP OS with an Office 2000. The problem now is that i'm not abble to connect to my access database. I
|
| Connecting to Access DB on the net | 02 Apr 2004 12:32 GMT | 6 |
Where can i find an example. Is there a FAQ site off this group?
|
| appending paramters | 02 Apr 2004 04:50 GMT | 2 |
the vb code is looping through a recordset within the loop another stored procedur with ado is appending parameters and then executing the first excute within the loop works
|