[sqlite] Cancel my subscription in this group

2009-11-02 Thread paulito santana
Please cancel my subscription I already have done hundreds of times in offical webpage, but it is assumed ! Regards, Paulito ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

[sqlite] Is possible put a password in database ?

2007-11-08 Thread paulito santana
Hei all, is possible i put a password in the file that represents a SQLite database ?? There is any instruction in SQLite command line that allows this ? Regards, Paulito

Re: [sqlite] Re: How create a databse user ?

2007-11-07 Thread paulito santana
Create a account in database for login ! Like you make in ORACLE, MySQL : CREATE USER mike 2007/11/7, Igor Tandetnik <[EMAIL PROTECTED]>: > > paulito santana > <[EMAIL PROTECTED]> wrote: > > in "SQLite" i can create a database user (in commnad line)

[sqlite] How create a databse user ?

2007-11-07 Thread paulito santana
Hello, in "SQLite" i can create a database user (in commnad line) ? What is the sintax ? Regards, Paulito

Re: [sqlite] How use 'uSQLiteServer' wrapper with Visual Basic .NET ???

2007-11-06 Thread paulito santana
Hello RBS, thanks for your answer. I'am a newbie in "SQLite". I need a "SQlite" server and i read that the "uSQLite" can do this, and i'am try to work with this. But i need something more in VB .NET ? Or you know other server application ?? Please help me ! Regards, Paulito 2007/11/6, [EMAIL

[sqlite] How use "uSQLiteServer" wrapper with Visual Basic .NET ???

2007-11-06 Thread paulito santana
Hello friends, i use this code to work with a "SQLite" database and works good : Dim cn As New SQLiteConnection("Data Source=C:\sqlite-3_5_1\tst.db") Dim dr As SQLiteDataReader Dim cmd As New SQLiteCommand() cmd.CommandText = "Select * from CFG_USER" cmd.Connection = cn cn.Open() dr =

[sqlite] uSQLiteServer and Visual Basic .NET

2007-11-04 Thread paulito santana
Hei all, is possible i access a database(through Visual Basic .NET) that is wrapped with uSQLiteServer ? Can you give a sample of code to do this ?? Thanks, Paulito