| Thread | Last Post | Replies |
|
| VB6 using ADO, sproc with return recordset | 18 Feb 2005 18:06 GMT | 1 |
VB6 code snippet: with cmd .cmdtext = "exec buildwordlist 11" .commandtype = adcmdtext
|
| DAO 3.6 record locking | 18 Feb 2005 16:12 GMT | 1 |
Is it possible to programmatically lock a single record in a VB application using DAO 3.6? I would like to lock users' records when they log on to the app. Later I can check if a user's record is locked to see if they are logged in or not. (I could do this before with DBF ...
|
| Databases | 18 Feb 2005 15:54 GMT | 9 |
I have written a database management system but when I try to install it on to a PC I get an error occur in the set up. The error is : C:/WINNIT/sys32/msado25.tlb Error while registering
|
| VB SQL Statement Error | 18 Feb 2005 00:15 GMT | 7 |
I am trying to run a SQL statement from a VB application and am receiving an error message. However, when I run a similar statement from Access using a query, I do not get the message and it executes successfully. The message
|
| DAO 3.6 record locking | 17 Feb 2005 21:28 GMT | 1 |
I want to lock users' password records after they log on to a VB6 application. I want to be able to determine who is logged on to the database by polling each password record to see if it is locked or not. (DBF files allowed this sort of locking and checking to see who was ...
|
| how to move through records on a database. | 17 Feb 2005 19:03 GMT | 31 |
i've finished my 1st form, and now i have to create another form, which enables me to move through records, and make modifications. i want to use a simialr sort of form, as my 1st one, but need a couple of extra buttons to move forward 1 record and move back 1 record. I'm guessing
|
| SQL server image field | 17 Feb 2005 17:39 GMT | 1 |
I have a problem related to a field in a SQL table whcih is an "image" datatype. The powers that be here claim it is a bmp. I think it is not, or that it is encrypted in some way. I would like to test my theory by reading the data in the field and writing it to disk. Then I want ...
|
| Create a database when a user logs in for the first time | 17 Feb 2005 17:04 GMT | 5 |
Looking for some ideas ? ADO / RDO ? I need to develope a visual basic application that when a user launches the application it checks to see if the datase for the user is created if the user does not have a DATABASE it creates one then creates a table in the
|
| SQL Format | 17 Feb 2005 14:35 GMT | 2 |
I am trying to get a selection of fields from a DB. I can select specific records using sql = "SELECT * FROM cds WHERE Artist = 'bryan'" rs.open sql,cn
|
| difference in if and iff handling a null value | 17 Feb 2005 06:16 GMT | 2 |
I'm having a problem with handling null values in a vb6(sp6) program. For some reason a if.else.endif statement seems to work fine with detecting a null value and assigning a default if necessary(1). I would like to use the iif statement instead(2), but it always throws
|
| INSERT SQL query help with VB please? | 17 Feb 2005 00:13 GMT | 4 |
I am trying to run an SQL query on a database through VB6 which is supposed to add data to a table called tblNames. There are 4 text fields on the form where data is added. here's the code.
|
| Open Excel with VB Recordset | 16 Feb 2005 20:40 GMT | 1 |
I am looking to open excel file with vb recordset. so my all recordset information goes into Excel file. Thanks in advance Raj
|
| Creating reports in VB6 | 16 Feb 2005 18:26 GMT | 1 |
Please can you advise on the best way to create reports in VB6, my application is linked to a MySQL database. I want to create a Purchase Order Report from a query linking 4 different tables what is the easiest way to do this.
|
| ADOX and Catalog and default field value | 16 Feb 2005 17:28 GMT | 2 |
I am using VB6 and ADOX 2.7. I need to add a field (column) to a Catalog's Table's Column's collection with a default value. Is there a way to do this? I don't see it in the properties collection when it is instantiated nor when it has been appended
|
| newbie - late bind datalist doesn't populate | 16 Feb 2005 16:08 GMT | 1 |
Private Sub cmdLookUpGroupInfo_Click() In the code below, I succesfully was able to bind and polpulate a text box with my select statement. But I need multiple table rows to be populated so I cannot use the text box. So I am trying to use the datalistbox or the
|