On 15.01.11 at 09:42 +0100 Alessandro Pisoni apparently wrote:
I have serius connection problem with my database sqlite.
my code is this:
on mouseUp
put tAppPath() & "GestPres.db" into tDB
put revOpenDatabase("sqlite",tDB,) into mydb
revCloseDatabase mydb
end mouseUp
Are you trying
I think you only need read permissions to open it.
Bob
On Jan 15, 2011, at 3:10 AM, Klaus on-rev wrote:
> Buongiorno Alessandro,
>
>> I have serius connection problem with my database sqlite.
>>
>> my code is this:
>>
>> on mouseUp
>> put tAppPath() & "GestPres.db" into tDB
>> put revOpenDa
Buongiorno Alessandro,
> I have serius connection problem with my database sqlite.
>
> my code is this:
>
> on mouseUp
> put tAppPath() & "GestPres.db" into tDB
> put revOpenDatabase("sqlite",tDB,) into mydb
> revCloseDatabase mydb
> end mouseUp
>
> function tAppPath
> put effective fil
I have serius connection problem with my database sqlite.
my code is this:
on mouseUp
put tAppPath() & "GestPres.db" into tDB
put revOpenDatabase("sqlite",tDB,) into mydb
revCloseDatabase mydb
end mouseUp
function tAppPath
put effective filename of this stack into tFilename
set it