Hi everyone. I made an app that uses a MDB (access) database. But now, my boss wants to have that same app on our second office (which is on a different location), and be able to access the same database. He wants both offices reading and writing to that database.
How can I do this? Can I just...
Lately I've been working on applications that read a MDB database.....and the language used inside Delphi is SQL, with the ADOquery.....
But now I need to develop a similar application, but in multiple computer that all read from the same database.....I guess for this I need to use a SQL...
Hi, there is a software that displays items on a Grid. The first field is a picture, and there is another field that is the picture's URL, and when I enter the URL for everything, the images start to appear one by one....and the next time I open the app, they start to appear 1 by 1 again.
I...
Hi, I'm trying to run a command in SQL, the INSERT INTO command, but it gives the following error: Parameter Object is Improperly defined. Inconsistent or incomplete information was provided.
The SQL text has 50 fields and values. If I use the code, one field at a time, it gives that error in a...
Hi, I'm using NextGrid 4, and there is a column that has an image. Normally I load images inside a folder into a Tlist variable, but now I want display images directly from a link, because images are in a server, or load them into a variable but directly from the web.
I don't want to have to...
Hi everyone....I have a problem....I have my ADOQuery and I have a DBGrid, and a Dataset.....everything works great, I'm able to see on my DBgrid a selected table from a MDB file. But when I execute the following code, nothing happens:
ADOCommand1.CommandType := cmdText;
ADOCommand1.CommandText...
Hi everyone....I need a little help here, I'll try to explain the best I can...
I have a Table with several items. The Columns on this Table change constantly. It is a TDBGrid, with a ADOQuery, reading a MDB File.
I need to be able to select several rows to another grid (a hidden one), and in...
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.