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...
Thanks,
I believe there will no more than 5 users. The application will handle the basic information from the Database, it will load info at startup, and the user will input info, retrieve info, print reports.....the basic stuff.....
What I would like to know is how to install the SQL Server...
Oh, well, I just assumed SQL Server handles multi-user better.....but if I can do it with MDB better yet, so on each computer a just point to the network address where the database is??? or how can I do it?
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,
Size is a normal, text column.... I tried a single insert for SIZE and it gives error, if I rename the column to SIZES it does work. I'll try to enter value for all fields so that I don't have to name each one.....
I'll let you know how it goes....
Thanks again...
Ok, let me be more clear. I have no control over what fields are created, and the names the user assigns to it.
So, in an example table, there is a field called SIZE....it crashes there, so I assume its a reserved word, so I want to insert values not referring to the name of the field, but with...
Thanks. Well its not really that dangerous, because I first run through all the names of the fields, and copy their index numbers, and then, with those numbers I intend to do the insert.
But how do I make the "INSERT INTO" with that function you said? I've never used any of those.....
Thanks a...
Ok, I found info on it and got it to work.... THANkS!!!
Now, my question would be, can I add a value to field, but instead of refering to the field by name, just refer to the field number..????
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.