| Thread | Last Post | Replies |
|
| Visual Basic 6 and memory usage | 24 Mar 2005 09:08 GMT | 1 |
Howdy All, I'm not sure if this is the right group for this question, but hopefully, if it isn't, someone will point me in the right direction. Now, on with the show.
|
| 256 character limit MS Access | 24 Mar 2005 06:59 GMT | 1 |
I heard that there is a way around the 256 character limit that Access has. I have a form with VB on the front end, Access on the back end. Any ideas? Thanks.
|
| How can I tell if a field exists in a recordset? | 24 Mar 2005 00:58 GMT | 6 |
Is there a recordset function I can pass a fieldname to, to check if it exists? Or do I have to roll my own? Thanks.
|
| ado and connection string | 23 Mar 2005 21:13 GMT | 2 |
I've created a web page in ASP using vbscript with ado objects, I'm testing it in a pc with Xp Pro and IIS 5.1, I've not setted a Data Source Name in "ODBC data administrator" The DB is an MsAccess file.
|
| Cursors with ADO | 23 Mar 2005 19:10 GMT | 3 |
I am trying to execute an SP which contains cursors etc....but when I create the RS using ADO, I seem to get an error? Is there something wrong with executing SP's of this type through VB using ADO?
|
| Animated AVIs? | 23 Mar 2005 16:53 GMT | 2 |
I have a VB6 application that performs various SQL tasks. I am using a progress bar when data is being inserted into the database. This works well. However, I do run a few queries that take a bit of time to execute. I' not
|
| Returning Tables List / Collection | 23 Mar 2005 11:13 GMT | 2 |
I'm wondering if there is a way to return a collection of all of names of the tables in a specified database (MS SQL 2000) using ADO 2.5 in a VBScripting project I'm working on. If not, does anyone have any suggestions on another way to do this? I do not have .NET. Thanks in ...
|
| Vb6 With Access 2003 Relationships | 23 Mar 2005 02:35 GMT | 1 |
I'm developing an application that connects ADO with an access 2003 database. That is all ok, but now I'm thinking about do relationships between tables to have relational reference when deleting and when I whant to get some relations. I don't know how to do it, I have an idea
|
| Import data from a DBF file? | 23 Mar 2005 02:20 GMT | 2 |
Can anyone tell me whether Access can import data from Clipper DBF file? If so, which versions of Access can do this? TIA
|
| remove deleted records dbase | 23 Mar 2005 02:15 GMT | 5 |
I'm using dao 2.5 to delete records from dbf file. Set dbDatab = Workspaces(0).OpenDatabase(...) Set rst = dbDatab.OpenRecordset ... rst.Delete
|
| Access Snapshot Viewer not registering with MSI in VB app distribution | 22 Mar 2005 17:35 GMT | 1 |
Many a many posts on snapview.ocx I see, but not germane to my problem. I'm using access reports from a VB6 application, building the MSI installer with Microsoft Visual Studio Installer 1.1. Yes, using the ODE license, and including the MS Access runtime. I see
|
| Mentor Request VB6 ADO Jet4.0 | 22 Mar 2005 15:45 GMT | 4 |
I am an Australian Secondary School teacher who is developing a VB front end for an access database to help automate our school's reporting process. The programme is
|
| Encryping opentions: on field level / complete database? | 21 Mar 2005 19:55 GMT | 2 |
Im currently working on a program that is written in VB and with it we use DAO to connect to the Access database. The program we created stored not confidental information, but we have now reached the point on which we want to store this kind of information
|
| [VB6] - How to copy a recordset to the clipboard? | 21 Mar 2005 19:01 GMT | 2 |
|
| ANN: Database schema synchronization | 21 Mar 2005 16:37 GMT | 1 |
Era Soluzioni announces the initial release of DbUpdater32 1.0 We're pleased to announce the availability of the DbUpdater32 1.0, an easy-to-use program which synchronizes database structures using the DbUpdater technology (http://www.erasoluzioni.com/DbUpdater/).
|