Hello,
I have access 97 database with password. When I tried to use it with crystal reports, it is giving error. Is there a way so that I can access the .mdb files which are password protected.
Murali Krishna
I am using ADO to connect to the database. And the data base is of Access mdb.
I require to give choice to the user to select the a criteria from VB form (in my case 'year', to select only those records from the lot). I need to pass the year parameter to the crystal Reports to get the desired...
Hi,
Is it possible to pass a select criteria from Visual Basic for the report recordset in crystal reports? If yes, can any body help me in this?
Murali Krishna
Use a trap to catch the error. Something like...
On error goto errorhandling
...
...
errorhandling:
' write the code what to do when the error occurs
Murali Krishna
Hi,
Using data environment. The situation is something like this
. Connection is established to the database
. command should be
select name,street,area,city from address where city='xyz'
Now I want to take the user input for the city and replace the 'xyz' part at runtime, so that adress...
Hai,
Is it possible to send a parameter to the datareport's query?
The situation is..
1. MS Access Database of addresses
2. Query to retrieve address
3. Parameter criteria for the query(the city part when the user wants to print the address of a particular city)
Now how to solve this...
Hi, Friends
How to do time calculations in VB such as adding / subtracting two or three hours from the current time. Searching for the given time or time range from the database, etc.,
Murali Krishna
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.