Igor Tandetnik wrote: > Tristan Rhodes <[email protected]> > wrote: >> In addition, I am trying to do this in .Net. I've had a look and it >> seems to only be available in PHP. > > It's definitely available in C. > >> Any way i can do this using the .Net framework? > > No clue, sorry. > > Igor Tandetnik
If you're using System.Data.SQLite from http://sqlite.phxsoftware.com/ there's information in the help file on how to create a custom function in any .NET language. It involves creating a class that inherits from SQLiteFunction. Mark _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

