


I have fill a table. and is doing a select on this table I have setup an index. When two values are the same When I do the select I find the first one and the second one is not found. Is there a way to reset the search pointer to tell it to start the search from the beginning of the table....
What is the datatype to record time ? if a datatype exists does it work in Oracle 8?Smoove....
What is the datatype to display hrs,minutes?...
Hii have the following records and i want to select November records only.1/12/20042/12/20041/11/20042/11/2004so what is the best SQL statement to get the answer?Note : i m using Access Databasethanks...
Hi,I want to access to a datawarehouse. Is MDX the only way to go?Thanks in advance.Davinia....
How can we minimize the deadlock situation?...
Hi, I have two apllications connected to MSSQL2000 server at the same time. One connection is via ODBC, second use OLEDB. When SQL server run on single-processor HW (for example my notebook) everything is ok. But when I test it on server with 2 processors both communications generate errors "deadloc...
HiI have a table with a numeric Primary Key. This key is composed of NNRRRRRRRRR where NN is the week since the system went live and RR is a randomly generated number. Multiple programs simultaneously try to read data from this table while others could be creating records on it at the same time. Thi...
Is it possible to display a database schema in my MFC application? I'm using the ODBC API functions SQLTables and SQLColumns to dynamically display the database tables and the table attributes. However I would also like to display the relations (one-to-one, one-to many) between the tables in a...
Tables with their columns are very similar to objects in object oriented programming (if yet only structs).What ways exist to work with them as such, getting and setting this.X = that?Constraints could be implemented with properties in languages that support that....
Hi All,When i want to read data from varnumeric field using OLEDB consumer templates, i am not able to useDB_VARNUMERIC structure so with the help of MSDN i made it to receive thevalue type casted to BYTE*. I am able to get and set the value for avarnumeric field. If the data is in other datatypes l...
I have a complex application at work that is client/server application. Client DB and server DB is synchronized once a week using MSSQL Replication Jobs. Since it all clients are out of the network they have to connect to VPN. We were thinking to replace this model and I was just wondering if anybo...

