| Thread | Last Post | Replies |
|
| How to save space in firebird ? | 28 May 2008 12:41 GMT | 1 |
I delete some row from database, In sqlite, I can use 'vacuum' to save space, In firebird, how to do this ? --
|
| Support for SQLDescribeParam | 26 May 2008 19:12 GMT | 2 |
I am trying to find a database with support for the ODBC function SQLDescribeParam. Hopefully a DB I can run on my Linux box. I have looked at PostgreSQL and MySQL. Neither of them supports SQLDescribeParam. PostgreSQL returns that it do not support this
|
| Need advice regarding MS Access data recovery specialist | 23 May 2008 08:50 GMT | 4 |
Lawboy is tired and grumpy and needs his database back ASAP. I have tried everything to recover my database with no avail- MS self-help/google postings/talked to every computer geek I know- nothing recovered but one useless table. I need a pro to help me
|
| Best pratices to manage the "same logical" database on multiple database engine types (postgreSQL, SLQServer, etc..) | 22 May 2008 12:57 GMT | 2 |
I'm going to work on an application that uses a postgreSQL database so that it can uses SQLServer 2005. I think I solved most problems on the programming side, but I still have some doubts on the DB side regarding how to handle the creation
|
| INSERT Statment has another prolbem. | 20 May 2008 15:57 GMT | 7 |
I got it to work but now I can figure out why I can't insert another row referring to chasepreuninger. It works the first time then it just fails. CREATE TABLE Accounts (Account_Name VARCHAR(100) PRIMARY KEY,
|
| Complex query - Need help | 20 May 2008 07:22 GMT | 9 |
Table: RELATEDTAGS Columns: KEYWORD RELATEDKEYWORD PRIORITY
|
| WinDBPro. Ver 2.0 | 19 May 2008 18:45 GMT | 2 |
WinDBPro. Ver 2.0 Works with any Windows Version Complete DB one exe file only One file : (88KB)
|
| Top lines from SQLBASE table | 19 May 2008 13:19 GMT | 5 |
I am facing a problem and I hope that somebody can help me. Here it is : with SQL server, it is possible to make a request like ' SELECT TOP(100) FROM TABLE '. Does it exist the same form of request with SQLBASE ? How to get the
|
| Freedom of information and metadata | 14 May 2008 15:19 GMT | 3 |
It would be interesting to hear your comments and opinions on the following. Essentially, I'm struggling with the problem that when we want to get information out of the government, it can be difficult because we don't
|
| Delete statement | 14 May 2008 12:49 GMT | 1 |
Is it possible to perform delete operation with the table join like this? 'DELETE FROM temp INNER JOIN request_tbl ON temp.ID = request_tbl.ID WHERE temp.name LIKE request_tbl.name;'
|
| listing of syntactically possible SQL statements | 11 May 2008 16:17 GMT | 5 |
I need such a list in order to check a parser to a utility to be used with PreparedStatements thanks lbrtchx
|
| Hundreds of columns, index on all of those. | 09 May 2008 12:04 GMT | 15 |
Topic: Hundreds of columns, index would be required on all of the columns. Hi! How could this be implemented?
|
| Designing a structure for a personal database | 09 May 2008 09:36 GMT | 28 |
I have decided to rewrite a couple of applications that use my personal information database and I'm looking for ideas on how to structure a new database for them. For most purposes I want to communicate with a family or business at
|
| Database newbie needs help | 07 May 2008 17:43 GMT | 3 |
I have volunteered to help a nonprofit org with their computers. The one big asset they are concerned with as they modernize their computers is a large data base that has somewhere around 5000 names and corresponding addresses, phone numbers, work locations and several other
|
| How to implement Audit/Alert for Row level access? | 07 May 2008 17:40 GMT | 4 |
We have a large database of our customers. Some of the important customers records are flagged and can be accessed only by applications designed for upper management. The management would like to know if anyone else is trying or successfully accessed the flagged customers.
|