| Thread | Last Post | Replies |
|
| Updates not working, or are they? | 10 Mar 2005 01:36 GMT | 8 |
When I have an empty recordset and I do rs.AddNew 'add each item to recordset... rs.Update
|
| Issues in DBASE temp files location ... URGENT | 09 Mar 2005 22:22 GMT | 3 |
I need some urgent help on cleaning the temp tables in my DBASE Database. The application gives me a database engine error stating Insufficient Disk Space; And the cause has been traced to temp files size increase. So I need to figure out where the temp files in DBase
|
| Writing to ACCESS table does not start with first row. | 09 Mar 2005 14:36 GMT | 1 |
I am creating a new table in ACCESS, writing from a recordset of 42 rows. When I close the table, and bind to MSFlexGrid, I see either the 2nd, 7th, or 8th written row as first in the grid. Count of written rows is 42, but upon opening the ACCESS table, I see the first,
|
| Delete records in Access database from VB6 | 09 Mar 2005 13:44 GMT | 7 |
I'm developed VB application and using ado object for access and change data in Access database. and if I run code like this set cn=new adodb.connection
|
| LockEdits property | 09 Mar 2005 13:29 GMT | 2 |
We are trying to convert a VB6 program that uses Access 97 databases to use Access 2003 databases (finally). The latest issue I have run into is trying to set the LockEdits property to False. Worked fine before but now does not. Is this property gone?? values changed??? Any ...
|
| datareport and listview | 09 Mar 2005 08:55 GMT | 2 |
I've to print some items from a listview and i would like to use datareport. These items are not saved in a database so I can't give a data sourse to my data report... Is it possible to use data report to print these items????
|
| ado error 3001 | 09 Mar 2005 06:30 GMT | 2 |
In vb6 the following code works fine: I pasted the sql from Access into a test form. *********************************** strName = "Johnson"
|
| Textbox Data Entry of Number Data Type | 08 Mar 2005 21:43 GMT | 4 |
I am using VB6 and DAO with an Access 97 database. I am trying to save numerical data from a textbox. The Access field has been set up as Data Type: Number, Field Size: Long Integer, Format: Standard, Decimal Places: 0. Everything is OK if there is a number in the textbox, but ...
|
| adLockReadOnly problem with SQL Server 2000 | 08 Mar 2005 12:53 GMT | 2 |
I have the following code : strSQL = "SELECT * FROM PropertyImage PI Inner Join Property P ON" strSQL = strSQL & " PI.PropertyReference=P.PropertyReference " strSQL = strSQL & " WHERE P.PropertyStatus IN ("
|
| Strange problem with a mySQL-ADO-VB combo. | 08 Mar 2005 02:45 GMT | 3 |
For some reason i keep getting "strange" characters from a sql-query. To simplify the procedure;i've created a table tblTest into a mySQL database, inserted the value "Azië" and queried that table. The returned result looks fine. But when i do the same thing with
|
| Calculations using dates | 08 Mar 2005 00:21 GMT | 2 |
I have the following in my SQL statement DatePart('yyyy', DateAdd('m', 4, NOW())) which works fine and gives me the current year of 2005 adjusted so it starts at begining of sept.
|
| INSERT INTO password protected database | 07 Mar 2005 20:53 GMT | 3 |
I can´t seem to figure out the correct syntax for the "INSERT INTO" statement using VB6, Jet 4.0, and an external database that is password protected. Here cntex is a connection object, that is connected to the database that
|
| For experts | 07 Mar 2005 17:29 GMT | 2 |
I'm to access a Dbase on a net. I'm doing it in two ways, with ODBC and directly by Microsoft Jet. When I use the ODBC the connection is extremely slow, but I can read it always, even though another program are using the dbase files.
|
| Decimals | 07 Mar 2005 16:29 GMT | 1 |
As soon as I fill in a decimal 45,67 ....prog says : error in the update. I tried everything, but nothing has helped so far. So when "prix" is a decimal number, there we go. Sub sla_op(ByVal soorten As String, ByVal datum As String, ByVal prix As
|
| How do I get up to Speed on VB/ADO.NET? | 07 Mar 2005 15:34 GMT | 1 |
I am trying to quickly learn ADO.NET, and building windows applications. I don't learn well by taking those 3 day classes, and books are only good for references only after I have some basic experience.
|