Search found 55 matches: relational

Return to advanced search

Database Glitch

... issue I have had sporadically and have no clue where to begin to look. I have an application that is just a simple update of a database with two relational databases...typically have about 15 users at a time. Inexplicably, the main database will replicate itself many times over...this used to ...
by Greg Gammon
Fri Aug 31, 2007 2:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Database Glitch
Replies: 12
Views: 2809

... is limited to editing existing records and adding or editing related records spun off with a seperate recordset SELECT * ( or fields ) from <relational table> where <condition> = <primary key> .. returns only a cursor with limited records and I might add with no INDEXES... ...
by Rick Lipkin
Fri Jun 01, 2007 11:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New AdoRDD (free)
Replies: 203
Views: 108991

... about indexes .. or TAGS .. generally speaking I was creating the ORDER by in the SQL statement as to how I want to see the records and on the relational tables .. opening a recordset with the sql clause .. WHERE ASSOCIATED_FILE_NUM ='"+cFILENUM+"'"+" order by date_" .. not even using an index. ...
by Rick Lipkin
Fri May 04, 2007 1:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO enhansed TwBrowse ?
Replies: 13
Views: 4592

... ) IF oRs:eof() Msginfo( "File Number "+cFind+" can not bre found" ) oRs:MoveFirst() ENDIF ENDIF //------------------------------ // update all the relational tables cID := STR( oRs:Fields( "id" ):Value) cNAME := oRs:Fields( "FILE_NAME" ):Value cFILE := oRs:Fields( "FILE_NUM" ):Value oCn := CREATEOBJECT( ...
by Rick Lipkin
Tue Apr 17, 2007 9:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Beginners Guide to ADO
Replies: 22
Views: 14915

Enrico I think I came to that same conclusion .. many relational tables .. just apply insert updates to each instead of combining them all into one join .. I can tell you .. this exersize has been a valuable lesson .. but thinking down the road .. I ...
by Rick Lipkin
Sat Apr 14, 2007 12:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to set up and Use an Access database
Replies: 40
Views: 11369

Rick Lipkin wrote:Looking for that magic INSERT sql statement and the connection string to update all the matching relational records and tables.


I think you have to issue several INSERT statement.

EMG
by Enrico Maria Giordano
Sat Apr 14, 2007 11:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to set up and Use an Access database
Replies: 40
Views: 11369

Enrico Sounds complicated .. but not really .. that Access table I sent you had prob 6 more relational tables .. and they are all joined by the primary\foreign key of File_num. This little application is an effort at cleaning up this data and instead of using file_num ...
by Rick Lipkin
Fri Apr 13, 2007 10:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to set up and Use an Access database
Replies: 40
Views: 11369

Dental program

Hello, A dentist asked me to explore te possibilities to write a dental program. Normaly a relational database is not a problem. But a dental program has something specific. They start from a map with teeth. They click on one tooth and there comes a graph with that thoot ...
by Willy
Thu Sep 07, 2006 11:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dental program
Replies: 21
Views: 6423

Ehab,

Usually you may need to use "one to many" relational DBFs, unless you want to store everything into a memo field.

You may review samples\gallery\onemany.prg
by Antonio Linares
Tue Jun 13, 2006 7:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: The best control
Replies: 2
Views: 858

... on the server. This typically applies to some so-called "ISAM style", or "record oriented" multiuser database applications, not to a client/server relational system like SQL Server. CAUSE If a multiuser or single user database application accesses a common data store on a Windows NT file server ...
by Marco Turco
Sat Mar 18, 2006 11:37 am
 
Forum: All products support
Topic: Dati "scomparsi"
Replies: 4
Views: 1454
Previous

Return to advanced search