Basic4ppc - Windows Mobile Development  

Go Back   Basic4ppc - Windows Mobile Development > Main Category > Questions & Help Needed
Home Register FAQ Members List Search Today's Posts Mark Forums Read

Questions & Help Needed Post any question regarding Basic4ppc.


More SQL questions


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 01-03-2008, 06:27 PM
Senior Member
 
Join Date: Apr 2007
Location: Netherlands
Posts: 102
Default More SQL questions

Hi everybody,

I have to add a number of fields to a table if those fields do not already exist.
I have been playing around with IF NOT EXISTS, but I don't get it working.

Also, I have no idea how to intercept error messages from SQlite; then I could just ignore certain error codes, a.o the error if a field already exists.

With VB I have done quite complicated things with SQL; may be that the problem is that I try to do it in the same way.

Are there some SQLite experts among the forum members?

Harry
Reply With Quote
  #2 (permalink)  
Old 01-03-2008, 06:44 PM
Erel's Avatar
Administrator
 
Join Date: Apr 2007
Posts: 3,334
Default

I'm not a SQLite expert.
Also try sqlite site: http://www.sqlite.org/support.html

For now it is not possible to catch error messages with the ErrorLabel method.
It is high in the ToDo list and will be available in the near future.
Reply With Quote
  #3 (permalink)  
Old 01-04-2008, 11:15 AM
Junior Member
 
Join Date: Oct 2007
Location: Berkshire, UK
Posts: 30
Awards Showcase
Beta Tester 
Total Awards: 1
Default

I am definitely no SQLite expert either!

However a simple method could be - do a SELECT * on the table and open it with DataReader, then use FieldCount to test if the fields exist. Finally do ALTER TABLE with an ExecuteNonQuery, if needed.

Alternatively, if you need more column information, use ExecuteTable instead, then the Table control's ColCount and ColName properties.

Just a suggestion.
Geoff.
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
A few questions regarding FormLib N1c0_ds Questions & Help Needed 6 09-19-2008 03:34 AM
Newbie Questions Bruno Questions & Help Needed 2 05-05-2008 07:45 PM
Questions on SpecialKeys HARRY Questions & Help Needed 5 02-26-2008 02:55 PM
One of my stupid questions.... Cableguy Questions & Help Needed 7 01-27-2008 11:26 AM
SQL Questions tcgoh Questions & Help Needed 7 12-31-2007 10:10 AM


All times are GMT. The time now is 03:22 PM.


Powered by vBulletin® Version 3.6.12
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.1.0