| Thread | Last Post | Replies |
|
| dbf update problem | 18 Nov 2004 18:48 GMT | 3 |
i have one problem with simple query (this is an example) Dim dbs as Database Dim strLocal as String Dim qryString as String
|
| DMO - Detach/Closed Server question | 18 Nov 2004 15:06 GMT | 1 |
I'm trying to implement a 'Detach DB' scenario - - my code is : oServer.Connect dbName, ServerID, ServerPwd (all variables verified) Then, I got a message that this connection was closed - so I did an:
|
| recordcount property not correct.... | 18 Nov 2004 14:29 GMT | 7 |
I am new to ADO.... I am selecting records from a table using ADO and the .recordcount property always shows as -1, even when there are records in the recordset. What do I do to refresh that? I even tried a .movelast and .movefirst but
|
| Suggest a better way | 18 Nov 2004 11:56 GMT | 1 |
I have an application that downloads web pages frm a predefined URL.I have a set of 2000 keywords that needs to be checked for each of these downloaded web pages. If it finds any match it skips the further matching...Now the issues is if i put this keywords into DB it needs ...
|
| ADO Recordset "Sort" collating sequence | 18 Nov 2004 07:28 GMT | 4 |
If I sort a recordset from a SQL Server database by using the recordset's "Sort" property, will the sort use the collating sequence defined in the SQL Server database for the column I'm sorting on? I've searched but can't find an answer to this question. Sorry if I've
|
| DataReport2 | 18 Nov 2004 05:31 GMT | 1 |
How to write informations from database in Page Header section like in Detal section of DataReport?
|
| Masked edit control and database (.NET) | 18 Nov 2004 05:30 GMT | 4 |
I have created a windows application in VB.NET and I want to retrieve data from an access database. I create the OleDbConnection, an OleDbAdapter, a dataset and finally a Data Form using the Data Form Wizard. Everything works fine.
|
| MS Access tables have spaces in them... | 18 Nov 2004 04:37 GMT | 3 |
I am attempting to create a recordset based on an SQL statement where the MS Access 2000 db table name has spaces in it (this sucks I know) In Access, you would simply code the table name with sqare brackets around it like this... "select * from [Cust Service]"
|
| Error Configuring Data Adapter | 18 Nov 2004 02:51 GMT | 4 |
I am using the Data Adapter Configuration Wizard in VB .NET 2003. When using the Wizard I am getting "! Generated SELECT Statement. There were errors configuring the data adapter." What were the errors? Where can I go to find out what errors were detected? How do I fix this ...
|
| ODBC - Call Failed - Query | 18 Nov 2004 00:30 GMT | 2 |
I try to run queries that has few links on the tables. I kept getting "ODBC - Call Failed" and after clicking "OK" then there is no error message at all. How come! When I use query that has pop-up "Date Parameeter" (Between [BegDate] and
|
| SProcs in Access?? | 18 Nov 2004 00:00 GMT | 1 |
I wrote an app that has a lot to do with a database. I'm trying to follow MSFT's best practices, but I want to distribute my program, and more people use Access than SQL Server in desktop environments, so that's what I'm going with.
|
| Truncation for ResultSet with 8-byte integer? | 17 Nov 2004 23:59 GMT | 1 |
Scenario: Two servers hosting ASP. Identical scripts use ADO to retrieve data from back end (DB2). While processing ResultSet reading database column that is an 8-byte integer, one server correctly retrieves the value. The other server truncates the value after the
|
| absoluteposition problem | 17 Nov 2004 23:59 GMT | 2 |
Can I use the absoluteposition,recordcount command for server-side cursor ?? Thanks Jason.
|
| Database on 127.0.0.1 | 17 Nov 2004 23:58 GMT | 2 |
I have developed a DSN-less app for a network (XP-pro/Access) and it works perfectly, saving new data and all !. I now would like to place the database at a certain IP address which I do not have yet, so I am testing the app using "//127.0.0.1/database/appdatabase.mdb" which I have ...
|
| rs.eof returning true in error - am I losing my mind? | 17 Nov 2004 23:57 GMT | 1 |
I have some code running in the field on a test server. I have written stuff to the event log to debug my code which is not working. (Or I would not be bugging you all.) A sql string is create, SELECT...
|