G
Guest
Hi,
I need to get data from a table from a database. The data will be queried
according ID column.
In a fixed time interval my application will receive the list of IDs. Than
all records with this IDs should be retrieved from database.
Tehre is not any select SQL command which would allow to put in query a list
of parameters, like SELECT ALL FROM XX WHERE ID is from MYList
What would be the most efficient way to get those required data from a db?
Thanks,
Lubomir
I need to get data from a table from a database. The data will be queried
according ID column.
In a fixed time interval my application will receive the list of IDs. Than
all records with this IDs should be retrieved from database.
Tehre is not any select SQL command which would allow to put in query a list
of parameters, like SELECT ALL FROM XX WHERE ID is from MYList
What would be the most efficient way to get those required data from a db?
Thanks,
Lubomir