Re: [sqlite] User Defined Function using P/Invoke SQLite wrappers

2012-05-01 Thread Joe Mistachkin
Rick Guizawa wrote: > > I was wondering if someone could give me a simple straight forward > example of creating user defined function in c# - sqlite application. > I have collected basic ( probably incomplete) P/Invoke SQLite wrapper > functions but I don't know how to include the user defined

Re: [sqlite] User Defined Function using P/Invoke SQLite wrappers

2012-05-01 Thread Rick Guizawa
Hi All, I have an assignment to do statistical processes in C#. I like SQLite stand-alone feature but I need to be able to do the assignment using something like SQL Server stored-procedure. I was wondering if someone could give me a simple straight forward example of creating user defined