| Thread | Last Post | Replies |
|
| Help! Deadline Monday! Simple database | 08 Jan 2005 21:10 GMT | 3 |
I need to make a database for monday in VB. It has to be a .dat file as we are not allowed to use access. The database has to be able to store Artist name, List of Albums, photos, artist info, then when you click on an artists album, the album cover has
|
| Cannot create a row of size x which is greater than the allowable maximum of 8060? | 07 Jan 2005 19:44 GMT | 1 |
I have some VB6 code using ADO 2.5 running on a Windows 2003 Server box that sometimes fails when trying to update an ADO field type of adLongVarChar (stored as a text column in a SQL Server 2000 database, 6.5 compatiblity mode) and produces the following error:
|
| CSV Date processing | 07 Jan 2005 16:53 GMT | 6 |
Using the schema.ini file for a CSV file I need to retrieve all records via SQL using the date field within the CSV file. All other data formats I can handle but cannot get the SQL to handle the date format.
|
| which is good way to use database with VB | 07 Jan 2005 16:37 GMT | 2 |
i am new to the vb and i found various methods to use ms access with vb, which is best and stable one? and i heard that access97 is best to use with the vb, is it true. in vb i found " dataenvironment" to connect to database! how good it is when compare to hard coding for ...
|
| problem with reading text content in textbox | 07 Jan 2005 09:23 GMT | 2 |
I'm trying to get the input from txt1 to run a query, then display the output in txt2. I posted a question on 12/29/2004 (how to capture the text in a textbox...), and here's the answer I got: Set sdoRs = sdoConn.Execute("SELECT mslink AS msl FROM slope WHERE slope_num
|
| BeginTrans error | 07 Jan 2005 09:03 GMT | 1 |
Hi, when I call BeginTrans(gConnection.BeginTrans), sometimes get the following error: err.Number -2147168237
|
| Query Analyzer in VB | 07 Jan 2005 07:49 GMT | 11 |
I'd like to have a program like Query Analyzer but written in VB. Is there such a beast? -John
|
| CHANGING ACCESS TABLE FROM VB | 07 Jan 2005 05:09 GMT | 2 |
how can we edit the field of Access table from vb6? i want to change a field of Access Table from non indexed to indexed (Repeat OK) from vb code.
|
| Autocomplete | 06 Jan 2005 21:59 GMT | 1 |
I want a combo box to auto-complete. As the user types, if they only know the first few letters, when they have typed what they know, I'd like the combo box to drop down and show the content relevent to what they have typed (similar to Windows Help Index boxes). Can it be done in ...
|
| Compacting an mdb via code | 06 Jan 2005 18:19 GMT | 13 |
I have a number of databases that I use on a regular basis. Each one has several processes that have to run. The code is stored in VB modules. There is a lot of deleting records, running SQL statements, and opening and closing recordsets going on before each program is
|
| SQL 2000 Time out period Error. How can I get around it? | 06 Jan 2005 17:17 GMT | 1 |
I'm developing a program with VB 6.0 and SQL server 2000. I'm using ADO 2.7 for data connection. There is one table that has over 40,000 records and these records are for yearly inventory information. When I tried to add records for new year through program. I faced a time out ...
|
| Access Fields Collection?? ADO Bug. | 06 Jan 2005 14:07 GMT | 1 |
ADO "NumericSscale" property returns 255 no matter what I set the DecimalPlaces field property to in Access. Using DAO I can get the right value. Has microsoft confirmed this as a bug in ADO?
|
| Using VB/ADO to access function in Oracle Package with input parameter | 06 Jan 2005 13:20 GMT | 1 |
I am able to access Oracle package procedures just fine from VB and I can also access package functions just fine as long as the do not have any input parameters. How do I do this if they have input parameters. This code works fine:
|
| Access Decimal Places "NumericScale" | 05 Jan 2005 20:59 GMT | 2 |
Using VB6 with an access DB. I have an access DB with a Numeric field. The "DecimalPlaces" is set to 2. I try to get that value using "NumericScale" field property but it always
|
| Visual Basic 6.0 and Access 2000 | 05 Jan 2005 20:58 GMT | 3 |
I am trying to store/retrieve pictures (bmp,jpeg,etc.) as fields in a database record. Other than GetChunk/AppendChunk is there a way to directly assign the picture to/from a database field to a picture control? Thanks
|