I need to put a ClarisWorks Database on the Web. With index for research. I want to know what are the possibilities.
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/HTML/Q_10031056.ht...
Zones:
HTMLDate Answered: 12/05/1997 Rating: 6.4 Views: 0
Hi,
I have a quaestion about locking databases. I have a web page which uses many databases and I need to lock them if they are being written to, so that data does not get lost. I need the pe...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_10032613.html
Zones:
PerlDate Answered: 12/15/1997 Rating: 7.6 Views: 0
I like to know what are the information are contained in the tnsnames.ora file, what is the difference between tnsnames.ora file in sql*net 1.1 and sql*net 2.0, how they recognise which database to...
http://www.experts-exchange.com/Database/Oracle/Q_10036060.html
Zones:
OracleDate Answered: 01/25/1998 Rating: 5.6 Views: 0
How can i display russian characterset using Delphi connected to Oracle database?
Does Delphi provide any russian language driver?
http://www.experts-exchange.com/Database/Oracle/Q_10063871.html
Zones:
OracleDate Answered: 08/20/1998 Rating: 8.2 Views: 0
I have three files:
filename.dat
filename.idx
filename.jbr
I believe that they are database files, and they are in binary format. I would really appreciate if anyone can tell me what kind o...
http://www.experts-exchange.com/Database/Miscellaneous/Q_10087275.html
Zones:
DatabasesDate Answered: 10/15/1998 Rating: 5.8 Views: 0
I'm using front page '98 to design our web site and it happens to have a database wizard. Unfortunately it only seems to work with NT servers, mine is Unix. I need to be able to take an Access '9...
http://www.experts-exchange.com/Database/Miscellaneous/Q_10088879.html
Zones:
DatabasesDate Answered: 11/29/1998 Rating: 6.2 Views: 0
Please help me understand the meaning of the
following terms:
relational database
key-indexed database file
flat file
http://www.experts-exchange.com/Database/Miscellaneous/Q_10092421.html
Zones:
DatabasesDate Answered: 10/27/1998 Rating: 8.2 Views: 0
I looking for a SIMPLE GUI front end to view ORACLE (SAP and AUTOSYS) databases. I need to see contraints, triggers, etc... as well as the data. I'm looking for the "standard" shareware utility.
http://www.experts-exchange.com/Database/Oracle/Q_10170201.html
Zones:
OracleDate Answered: 06/10/1999 Rating: 9.0 Views: 0
I want to create a mailin database for orders@domain.com without creating a user ID. this database will ba handled and monitor by several users so changing user id is not a good idea. I have create...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/Lotus_SmartSuit...
Zones:
Lotus NotesDate Answered: 07/13/1999 Rating: 5.0 Views: 0
I created the sql to truncate sequentially every table in my database.
SPOOL truncate.sql
SELECT 'truncate table '||TABLE_NAME||';'
FROM user_tables;
SPOOL OFF;
But referantioal integrety constr...
http://www.experts-exchange.com/Database/Oracle/Q_10187384.html
Zones:
OracleDate Answered: 07/27/1999 Rating: 8.4 Views: 0