| Thread | Last Post | Replies |
|
| Method or data member not found issues | 29 Apr 2007 00:41 GMT | 1 |
I have a puzzling issue. I am receiving the compile error "Method or data member not found." It's behaving erratically, and when you see the rest of my explanation, you might see why.
|
| Lazy Caching issue | 27 Apr 2007 16:09 GMT | 1 |
I am hoping that someone has come accross this issue before and can point me in the right direction for a suitable solution. I have searched through google groups and tried everyting I could find from old posts (to no avail) and also had a look through the microsoft
|
| MID(,,) equiv in JET SQL using VB6/ADO | 26 Apr 2007 16:56 GMT | 9 |
What equivalent of the MID(,,) vba expression can I use in a query against a JET database? I'm using VB6 and ADO 2.6. I think that with DAO I might use this function; I know that with T-SQL querying I'd use the subString(,,) function.
|
| read data from excel with unknown sheet name | 26 Apr 2007 15:41 GMT | 2 |
when i read some data from a excel-file via ado, then I can select the sheet over the sheet name: "SELECT * FROM [" + SheetName + "]". So I must know the name of the sheet. It is possible to read the data, when I don't know the name of the sheet?
|
| GUARDAR EN CAMPO TEXT CON ATRIBUTOS | 25 Apr 2007 08:59 GMT | 1 |
Hola !!! Deseo que me ayuden en una aplicación en VISUAL BASIC ASP .NET, tengo una tabla con 2 campos
|
| ACCESS AN ACCESS DATABASE FROM ASP.NET INTRANET SCENARIO | 24 Apr 2007 18:49 GMT | 4 |
I'm trying to access an access database on the file server from a web server using asp.net and IIS 6.0. I can do it when I have anonymous access enabled in IIS 6.0 as in the public internet web site style. I want to do the same with the intranet setup where IIS 6.0 is not setup ...
|
| Error using VB ODBC link to mainframe | 24 Apr 2007 14:27 GMT | 1 |
I have been given the task of creating a process that writes details to mainframe database tables via n ODBC link. Originally an attempt was made using VB which worked for a few hours and then failed with the following message in the log:
|
| NULL-Values instead of integer-values while reading from excel | 20 Apr 2007 15:13 GMT | 2 |
i read a excel-file via ado. It works fine, when text is in the cells. When there is a integer-value (f.i. 1234), then I always get NULL. When I write '1234 in the cell, then it works also. My code is:
|
| VB coding | 18 Apr 2007 21:20 GMT | 1 |
In this VB code, Option Compare Database '------------------------------------------------------------ ' mcrEmailClosure
|
| accessing the data from a wizard gen xsd dataset table | 18 Apr 2007 11:34 GMT | 1 |
How do a do this in the vb side of my aspx form to add a new row in my table when I create a xsd dataset. I've searched with no luck. See the the do it by code after the do it by wizard. Wizard Code
|
| Insert dataset to another database | 18 Apr 2007 07:33 GMT | 1 |
Using VB6/ADO, I'm thinking I can create a recordset and insert it into another table in a different Jet database, all within the execution of a single query. But, I can't seem to get it to work, even in an experiment in Access 2K.
|
| Posting linked records | 17 Apr 2007 08:29 GMT | 1 |
I was brought up with dBase, and now need advice on how to post linked records using DAO & SQL. Though I could do a kludge for this, I want to know to do this simply and efficiently. I need to use DAO to post to a non-SQL system, where I calculate totals for
|
| how to speed up the adoConn.execute | 16 Apr 2007 18:54 GMT | 2 |
this is probably a general question, but urgent to me. please help. Senario: Access DB with a table of about 1 million records, with VB 6.0 + AdoDB adoConn.execute " delete * from tableA where (colA=1 or colA=2 or colA=3 or
|
| How do I get the error messages from an insert statement with ADO? | 16 Apr 2007 15:35 GMT | 1 |
I have an insert statement in a function that I call repeatedly. Let's say I call it 80 times and then there are 57 new records in my table. Presumably, the other 23 errored out for duplicate or other reasons.
|
| GUARDAR UN CAMPO MEMO CON ATRIBUTOS | 14 Apr 2007 22:10 GMT | 1 |
Hola !!! Deseo que me ayuden en una aplicación en VISUAL BASIC .NET, tengo una tabla con 2 campos nombre de la persona y un campo memo donde dijito una carta con formato
|