[sqlite] Fortran help

2003-12-12 Thread Piergiorgio Alotto
Hi! I am desperately trying to make the results obtained from sqlite_get_table available from a calling f90 (Fortran 90) routine. Basically what I want is to call following routine from fortran void SQLITE90C_GETTABLE(char *sql,int *nrow,int *ncol,char *resultset[],char *msg) { int rc=0,i,j; cha

[sqlite] From file to memory and back...

2003-12-11 Thread Piergiorgio Alotto
Hi! Is there an easy way to copy an sqlite db from disk to memory and vice versa? Thanks, Pier - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]