Click here to Skip to main content
15,896,512 members
Home / Discussions / Database
   

Database

 
AnswerRe: Which DB to use? Pin
Christian Graus11-Nov-02 0:29
protectorChristian Graus11-Nov-02 0:29 
GeneralRe: Which DB to use? Pin
johnb11-Nov-02 0:37
johnb11-Nov-02 0:37 
GeneralRelationship problem Pin
leppie10-Nov-02 4:02
leppie10-Nov-02 4:02 
GeneralRe: Relationship problem Pin
Daniel Turini10-Nov-02 22:26
Daniel Turini10-Nov-02 22:26 
Generalcreating a bunch of tables from a central table Pin
Like2Byte8-Nov-02 10:08
Like2Byte8-Nov-02 10:08 
GeneralRe: creating a bunch of tables from a central table Pin
Pyt8-Nov-02 10:17
Pyt8-Nov-02 10:17 
GeneralRe: creating a bunch of tables from a central table Pin
Vagif Abilov10-Nov-02 6:03
professionalVagif Abilov10-Nov-02 6:03 
GeneralRe: creating a bunch of tables from a central table Pin
Like2Byte11-Nov-02 2:34
Like2Byte11-Nov-02 2:34 
<<why can't="" you="" store="" information="" for="" all="" cities="" in="" a="" single="" table="" and="" use="" indexes="" to="" retrieve="" data="" that="" belongs="" each="" city.="" believe="" me,="" it's="" so="" much="" easier.="">>

Believe me, I wish I could for this project!! I have to use one table per city because the device I'm programming (Pocket PC - 2002) using AppForge 3.1 doesn't do SQL statements all that well. Using a 'select * from CITIES' won't work because AppForge (reportedly) only returns EXACT matchs. Finding similarities (LIKE) is a NO-GO.

1) I can't create new tables based upon the results from a query.

2) I can't open and close DBs or tables within a DB because of a memory leak created BY AppForge (It's written in their documentation) - not my code.

3) Management has just set fire to the hoop they want me to jump through.

On the other hand, I'm not a VB programmer, per se, although I've been programming VB on a "professional level" (scary, huh?) for the better part of six months. Being a C/VC++ programmer, one could imagine my disparity toward programming in VB. Not that I don't want to learn VB but I should at least learn before being forced to program in it.Confused | :confused:

Sorry for the rant. This 'problem' has been wieghing on my concious for the better part of this development cycle.Frown | :(
GeneralDataSets and XML Pin
Karen8-Nov-02 6:31
Karen8-Nov-02 6:31 
GeneralRe: DataSets and XML Pin
Rickard Andersson2010-Nov-02 20:57
Rickard Andersson2010-Nov-02 20:57 
GeneralRe: access to a mysql-database Pin
Vasudevan Deepak Kumar9-Nov-02 0:19
Vasudevan Deepak Kumar9-Nov-02 0:19 
GeneralSerious and Dreaded OleDB Adapter DB2 Driver Crashing Problem Pin
Vasudevan Deepak Kumar7-Nov-02 20:00
Vasudevan Deepak Kumar7-Nov-02 20:00 
GeneralTrivial SQL (i think) Pin
alex.barylski7-Nov-02 11:33
alex.barylski7-Nov-02 11:33 
GeneralRe: Trivial SQL (i think) Pin
Paul Watson7-Nov-02 11:47
sitebuilderPaul Watson7-Nov-02 11:47 
GeneralRe: Trivial SQL (i think) Pin
alex.barylski7-Nov-02 12:58
alex.barylski7-Nov-02 12:58 
GeneralRe: Trivial SQL (i think) Pin
alex.barylski7-Nov-02 13:10
alex.barylski7-Nov-02 13:10 
GeneralRe: Trivial SQL (i think) Pin
Paul Watson7-Nov-02 21:08
sitebuilderPaul Watson7-Nov-02 21:08 
GeneralRe: Trivial SQL (i think) Pin
markkuk8-Nov-02 2:08
markkuk8-Nov-02 2:08 
GeneralRe: Trivial SQL (i think) Pin
alex.barylski8-Nov-02 8:11
alex.barylski8-Nov-02 8:11 
GeneralSELECT ... FOR XML AUTO Pin
Alexandru Savescu6-Nov-02 23:42
Alexandru Savescu6-Nov-02 23:42 
GeneralSaving a recordset in an XML stream Pin
Alexandru Savescu5-Nov-02 23:33
Alexandru Savescu5-Nov-02 23:33 
GeneralRe: Saving a recordset in an XML stream Pin
Richard Deeming6-Nov-02 2:54
mveRichard Deeming6-Nov-02 2:54 
GeneralDatasets Pin
Scoop5-Nov-02 23:15
Scoop5-Nov-02 23:15 
GeneralRe: Datasets Pin
Alexandru Savescu5-Nov-02 23:37
Alexandru Savescu5-Nov-02 23:37 
GeneralRe: Datasets Pin
Paul Watson6-Nov-02 3:15
sitebuilderPaul Watson6-Nov-02 3:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.