Thanks for your reply. Yes, It is the second case you said. For every record you have to do a
database access (be cause, your forex rates are stored in that database
in a datewise manner)
Re: Database design issue ...shaji wrote: ... For every record you have to do a database access (be cause, your forex rates are stored in that database in a datewise manner) ...Luke... (comp.lang.java.databases)
Different level of users ... Can I set different level of users for a Database Access.... of user-administrator can have a full access ... Is it possible doing so or there is any way to overcome this problem??? ...Prev by Date: ... (microsoft.public.access.gettingstarted)
Re: how to know the table is exist in the database ... > Depends on the database and/or on the database access method...... > the following scalar query:... > SELECT COUNTFROM sysobjects WHERE name = 'Orders' ...Prev by Date: ... (microsoft.public.dotnet.framework.adonet)
Users Access? ... I have created one user named dbUser and gave different database access to ... to that user through query analyzer,...Prev by Date: ... (microsoft.public.sqlserver.clients)
Re: how to know the table is exist in the database ... Depends on the database and/or on the database access method...... E.g. if you want to know if the Orders table exists in SQL Server,... SELECT COUNTFROM sysobjects WHERE name = 'Orders' ...Prev by Date: ... (microsoft.public.dotnet.framework.adonet)