Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ SQL » Questions about sqlite schema
Re: Questions about sqlite schema [message #26038 is a reply to message #25816] Fri, 26 March 2010 18:20 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 13976
Registered: November 2005
Ultimate Member
forlano wrote on Sat, 13 March 2010 14:07

Hello,

I am trying to replicate an application written in PHP+MySql with Upp+Sqlite. I jave two questions.

1) With the following table I have problem at runtime
TABLE_(DBELO) 
  STRING   (NOME, 35)
  INT_     (ELO)
  STRING_  (CAT, 4)
  INT_     (K)
  STRING   (SIGLAPROV, 2)
  DATE_    (DATA)
  INT_     (IDFIDE)
  INT_     (IDFSI)  PRIMARY_KEY
  STRING_  (SEX, 1)
END_TABLE

ERROR Cannot add a PRIMARY KEY column(0): Preparing: alter table DBELO add IDFSI integer primary key

The problem disappear if I move the field
INT_ (IDFSI) PRIMARY_KEY
at the top of declaration. Is it normal?



I am afraid yes. Why do not you want it to be first? Smile

Quote:


2) I have used the Firefox plugin SQLite Manager to import the data (csv file) from MySql into Sqlite database. Now I am going to write the Upp code to perform some operation. The question is: Do I need a schema file in order to work with a sqlite database?



No, you do not.

Quote:


Can I update, select, delete data without a *.sch file?
I know that it can simplify the tasks but I do not care.



Yes. You might need to define some SqlIds if you want to use SqlExp. And you cannot use S_* structures to fetch whole records.

But other than that, of course, you do no need .sch. .sch is just extension/option.
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: sqlite busy/lock timeout patch
Next Topic: Any way to generate sch from database?
Goto Forum:
  


Current Time: Fri May 10 17:20:34 CEST 2024

Total time taken to generate the page: 0.03355 seconds