| Thread | Last Post | Replies |
|
| Peer to peer database replication | 30 Jul 2007 21:55 GMT | 1 |
I've spent most of the day pouring over the web looking for replication solutions for a peer-to-peer database architecture. I'm writing software for networked embedded linux system that serves up data using sqlite. Each peer on the network needs to have a copy of
|
| How do DBMS handle optimistic locking? | 30 Jul 2007 05:05 GMT | 3 |
I was wondering: How do server-based DBMS (PostgreSQL, Oracle, etc.) handle concurrent updates with optimistic locking? Say user A sends a SELECT over the LAN to the server to grab an employee's personal details, and feed them to a grid object on the
|
| How can I optimize this long silly query? | 29 Jul 2007 13:23 GMT | 1 |
I have two tables, one called Department and the other called employee; Department has two field: Deptname and id_dept Employee has two fields: Empname and id_dept I want to find out the name of those departments where the number of
|
| Query Help on Report Using Pivot Table | 29 Jul 2007 11:58 GMT | 2 |
I have this problem, I want to make report using PivotTable/CrossTab. The problem is, I want so show NULL value to. This is my query to get the data (I'm using an application that can make pivottable from the data AND MySQL 5)
|
| Update Subquery Help | 28 Jul 2007 06:41 GMT | 2 |
Hi there. I'm in need of assistance with an update query. I am doing a data migration for a message board. All went fine except some of the mappings didn't cross over. Here is what I need to do: Tables:
|
| Can "NOT IN" be expressed in a single block query? | 28 Jul 2007 03:06 GMT | 3 |
I am reading FUNDAMENTALS OF DATABASE SYSTEMS where it says "In general, a query written with nested SELECT...FROM...WHERE... blocks and using = or IN comparison operators can always be expressed as a single block query." I believe this is true.
|
| what network-FS for web-cluster? | 26 Jul 2007 02:19 GMT | 1 |
Whats the best network-FS for a Linux LVS cluster used as a web-server for a (mysql)DB application? I can use no network-FS and replicate the DB but then I have a problem with session-management and also if the DB gets really large I run
|
| difference between UNION operator and OR in where clause | 25 Jul 2007 19:03 GMT | 5 |
Does anyone know the difference between UNION operator and the "OR" in where clause ? Thanks ahead.
|
| SQL Help | 25 Jul 2007 02:40 GMT | 1 |
I am using sesql.com to query Goggle with SQL and I am having trouble with my query. The following works: SELECT gog.* FROM google gog
|
| General question about database frontends | 24 Jul 2007 00:57 GMT | 2 |
I know how a database is working, but I am not familiar with the available software. I am just working with Filemaker Pro with about 15 clients, and I am trying to evaluate other database solutions.
|
| Having Unique Database Field | 23 Jul 2007 06:44 GMT | 1 |
Hello all, recently, I read a good article from : http://www.geekgirls.com/databases_from_scratch_3.htm I have some question in my mind to achieve this. In Step 11: Test sample data., Participants Table, a student may have
|
| remote connect mysql | 23 Jul 2007 06:01 GMT | 4 |
I'm having difficulty connecting to a mysql database that I have running on a linux system. I am trying to connect from a windows system - but I get "request returned with SQL error". I have no trouble connecting on the linux machine (localhost as server). When I
|
| NonStop SQL ODBC Driver for XP | 22 Jul 2007 02:02 GMT | 1 |
Does anyone know where I can pick up an ODBC driver for NonStop SQL on XP or how to install one manually? Thanks
|
| converting a list subquery to an inner join | 18 Jul 2007 12:49 GMT | 1 |
>From this page: http://www.microsoft.com/technet/prodtechnol/sql/70/books/c0918260.mspx We see: SELECT CompanyName FROM Customers
|
| Opinions on terminology, please | 16 Jul 2007 21:33 GMT | 3 |
I am working on an electronic flashcard program. It will offer the user a collection of "subjects" to study, such as: vocabulary, history, geography, trivia, etc. The program has the concept of "physical subjects" and "logical
|