Re: [sqlite] Issue using SEE

2018-07-30 Thread Richard Hipp
On 7/30/18, Kumar_xam wrote: > > I have successfully created a .dylib file for macOS and now trying to > activate the library using sqlite3_activate_see("7bb07b8d471d642e"). My > question is do I need to use same activation code "7bb07b8d471d642e" or can > I use any 16 digit code. Please see sect

Re: [sqlite] Issue using SEE

2018-07-30 Thread Kumar_xam
Hi Team, I have successfully created a .dylib file for macOS and now trying to activate the library using sqlite3_activate_see("7bb07b8d471d642e"). My question is do I need to use same activation code "7bb07b8d471d642e" or can I use any 16 digit code. https://www.sqlite.org/see/doc/trunk/www/read

Re: [sqlite] Issue using SEE

2018-07-20 Thread Warren Young
On Jul 20, 2018, at 11:51 AM, sudeep singh wrote: > > Our application supports iOS, android and windows(UWP). Xamarin’s standard assumption is that you’re building your application with all-CLR code, which is why it’s trying to treat the DLL as a .NET assembly. That in turn means that even on

Re: [sqlite] Issue using SEE

2018-07-20 Thread Keith Medcalf
.sqlite.org] On Behalf Of J Decker >Sent: Friday, 20 July, 2018 12:13 >To: General Discussion of SQLite Database >Subject: Re: [sqlite] Issue using SEE > >On Fri, Jul 20, 2018 at 11:05 AM Keith Medcalf >wrote: > >> >> Firstly, the SQLITE_DLL define does not exist (

Re: [sqlite] Issue using SEE

2018-07-20 Thread sudeep singh
- > >boun...@mailinglists.sqlite.org] On Behalf Of sudeep singh > >Sent: Friday, 20 July, 2018 11:52 > >To: sqlite-users@mailinglists.sqlite.org > >Subject: [sqlite] Issue using SEE > > > >Hi Team, > > > >We have recently purchased SEE subscription to encr

Re: [sqlite] Issue using SEE

2018-07-20 Thread J Decker
#x27;s a Highway to Hell but only a Stairway to Heaven says > a lot about anticipated traffic volume. > > > >-Original Message- > >From: sqlite-users [mailto:sqlite-users- > >boun...@mailinglists.sqlite.org] On Behalf Of sudeep singh > >Sent: Friday, 20 J

Re: [sqlite] Issue using SEE

2018-07-20 Thread Keith Medcalf
t;From: sqlite-users [mailto:sqlite-users- >boun...@mailinglists.sqlite.org] On Behalf Of sudeep singh >Sent: Friday, 20 July, 2018 11:52 >To: sqlite-users@mailinglists.sqlite.org >Subject: [sqlite] Issue using SEE > >Hi Team, > >We have recently purchased SEE subscriptio

[sqlite] Issue using SEE

2018-07-20 Thread sudeep singh
Hi Team, We have recently purchased SEE subscription to encrypt our data in mobile. Our application supports iOS, android and windows(UWP). We used Xamarin forms(.net standard2) approach to build this application which supports c# language. We are following this link https://www.sqlite.org/see/do