| Thread | Last Post | Replies |
|
| Order by question? | 15 Mar 2005 02:25 GMT | 1 |
I am upsizing from Visual FoxPro to MSDE and I've run into a problem. When I do a Recordset Open with an "order by" clause it only opens the Recordset with CursorType = adOpenForwardOnly and LockType=adLockReadOnly even though the open method specifies adOpenStatic and ...
|
| Query on Date/Time | 15 Mar 2005 02:19 GMT | 1 |
Hi group, I'm trying to run a query against an Access database in VB: rsClients.Open "SELECT Client, SUM(Client) As NumItems FROM Problems WHERE " & _ "TimeStamp Between #2005-03-02# And #2005-03-03# GROUP BY Client " & _
|
| How to connect to MSDE database - URGENT HELP !! | 14 Mar 2005 21:05 GMT | 2 |
I have detached a Database from SQL Server 2000 called "pubs.mdf" Now, I need to connect to "pubs.mdf" from my VB 6.0 application using ADO. I do not have MSDE or SQL installed on client machine.
|
| How to detect invalid userid/password? | 14 Mar 2005 17:05 GMT | 1 |
I have an app which requires several connections to SQLServer. I'm using this code: -------------------------------------------------- CS$ = "Provider=SQLOLEDB.1;"
|
| Records Access 97 - Access 2000 | 14 Mar 2005 16:18 GMT | 1 |
I am currently a program that needs to add data an Access Database that is in version Access 2000, the problem is that this program will need to run on more than one platform and write data to a different machine. There is a different version of Access installed on each of the
|
| Error # -2147217843 in Creating ADO Connection | 14 Mar 2005 16:14 GMT | 1 |
I am using VB6 + SP5 together with Access 2003 database. I connect to the database from the program by using ADODB object. Until now I connected to the database without a password and it worked OK. But when I created a password to the database , I get a run time error.
|
| MS ACCESS | 14 Mar 2005 16:12 GMT | 1 |
I want to access MS ACCESS 2003 database over network and i don't want to access it without using the network sharing feature. How can this be done? Thanks,
|
| using flash in ms access 97 | 14 Mar 2005 14:11 GMT | 1 |
hello i enjoy playing with access and vb and built a db for a friend however i wanted to make it more visual . ive replaced all the buttons with flash buttons , but im having a problem with toggle buttons. Im after useing the vars strored on a normal toggle eg true/fase etc. any ...
|
| Datagrid problem | 14 Mar 2005 11:34 GMT | 1 |
Can anyone help with this one: I have a datagrid control on a form with its DataSource property set to an ADODC control on the same form. I have no problem displaying data with the datagrid if, during the form
|
| ASP Stored Procedure and Disconnected Record sets. | 14 Mar 2005 09:59 GMT | 3 |
ASP Stored Procedure and Disconnected Record sets. How in ASP (not ASP.net) is a disconnected record set created from a stored procedure ? This question has been asked before but i have not found a valid
|
| Users locked out of Access 97 database | 14 Mar 2005 05:59 GMT | 3 |
I am using VB6 with an Access 97 database, with up to about 6 users requiring simultaneous access. There is no security on the database. I have implemented my own record locking protection. How do I ensure that users will not be locked out of the database ?
|
| Create Database | 13 Mar 2005 19:19 GMT | 4 |
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
|
| find in database | 12 Mar 2005 11:53 GMT | 3 |
Question, Is it possible to use a AND in a find string, somthing like this: Db.recordset.find("Collum1=London AND Collum2=Amsterdam") In this syntax is doesn't work, is there a way to do this??
|
| Form recordsource | 11 Mar 2005 22:54 GMT | 3 |
I have simple access database, I have two forms...first form creates a criteria for data to be displayed on second form. i.e. based on selections the recordsource for the second form is created and passed after opening the form in the form of a sql statement select item1, item2, ...
|
| How to INSERT to MS SQL from vb .NET | 11 Mar 2005 18:49 GMT | 1 |
I am developing a Smart Device app to run on a handheld scanner. I can SELECT rows with the following: Dim mySelectQuery As String = "SELECT ProductName FROM Products Where ProductID = " & Me.txtDcdData.Text
|