I'm using Crystal Reports 4.6.1 with an ODBC database.
I need to use the option "Link options/Look up all of one, then all of other", but it's not available for ODBC databases.
Can anyone tell me how to reproduce that behaviour for an ODBC database?
Thanks.
I need to use character_set=dos in my server (MySQL 4.0.16).
But there is a side effect: searches become access sensitive.
So if I search for a name "José" it returns only "José" and I want it to return "Jose" and "José". This was the behaviour when I was using character_set=latin1.
Can anyone...
Thanks for your reply, vb5prgrmr.
I haven't read the FAQ222-2244. But the link you inserted points to Tek-Tips home page... can you tell me the right link?
I do use update in the full code, but the lock error happens before it is reached (in the line in which the value of the field is set)...
I'm using VB 5, JET 3.5 and a 2.0 Access database in a multiuser environment.
I have a memo field which keeps a large ammount of text on each record.
Setting the memo field value delays a bit (no problem), and I noticed that, while processing it, the JET engine keeps locking even if lockedits...
Thanks dswitzer.
The query you've suggested works perfectly if I run it from MS SQL Server Query Analyser.
And it also works if I run it from Visual Basic using an ODBCDirect data source. The original query ("SELECT field1 FROM table1 UNION SELECT field2 FROM table2") works this way...
Thank you for the reply, FredPerry.
Sorry, I made a mistake when I wrote the message.
The individual queries are:
"SELECT field1 FROM table1" and "SELECT field2 FROM table2"
I'm sure tables and fields exist, I have permission to access them, and both Field1 and Field2 are...
Hi,
I have a database stored in MS SQL 2000 and an application written in VB5, which connects the database via JET/ODBC.
I have a problem with the UNION statement.
When I run a simple query like:
"SELECT field1 FROM table1 UNION SELECT field2 FROM table2"
I get the following...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.