Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. memevertical2

    Database on Server, how can I access it?

    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...
  2. memevertical2

    Can someone point me in the right direction?

    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...
  3. memevertical2

    How do they do that!!!????

    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...
  4. memevertical2

    ADOQuery Giving me trouble again....

    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...
  5. memevertical2

    How to display images directly from web link?

    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...
  6. memevertical2

    ADOCommand HELP!!!!

    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...
  7. memevertical2

    A little help wanted here......with DBgrid

    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...

Part and Inventory Search

Back
Top