| Thread | Last Post | Replies |
|
| AT&T Usenet Netnews Service Shutting Down | 30 Nov 2009 16:18 GMT | 3 |
Please note that on or around July 15, 2009, AT&T will no longer be offering access to the Usenet Netnews service. If you wish to continue reading Usenet newsgroups, access is available through third-party vendors. http://support.att.net/usenet
|
| no update of existing record using dhrichclient | 30 Nov 2009 04:17 GMT | 10 |
I'm using the latest dhrichclient toolset in Excel-vba. when trying to update an existing record using the record.updatebatch routine no updates take place. I'm able to change it using a command but not by using recordset.
|
| Access SQL to SQLite SQL | 13 Nov 2009 23:35 GMT | 10 |
I am converting a project from an Access db to a SQLite db and using dhRichClient3 to provide a connection . I understand that SQLite SQL does not support the IIf function so my question is, how do I convert the following query ? SELECT [UserNames].[Name], ...
|
| Get the (autonumber -ID) after ADO insert | 11 Nov 2009 17:46 GMT | 10 |
I have open ADO database called CN I insert new record as follows sSQL = "INSERT INTO MD (Qty, Client, ServiceCode) Values(" _ & dQty & "," & sClient & "," & sServe & ")"
|
| Get the (autonumber -ID) after ADO insert;microsoft.public.vb.general.discussion;microsoft.public.vb.database | 09 Nov 2009 14:28 GMT | 1 |
I have open ADO database called CN I insert new record as follows sSQL = "INSERT INTO MD (Qty, Client, ServiceCode) Values(" _ & dQty & "," & sClient & "," & sServe & ")"
|