[sqlite] Compobj.dll error

2006-08-01 Thread shivaranjani
Hello, I am using the vb method for using the sqlite wrapper dll in my application. But on few PC's I am getting the error as compobj.dll is too old for the ole2.dll initialized What could be the reason? Thanks in advance.

[sqlite] Problem with OpenVB on Win98

2006-06-23 Thread shivaranjani
Hello, I am using the SQLite for the database support in my application. Does anyone has encountered this problem of openVB() function getting failed when trying to create a new Database file. Basically the actual error I am getting is "QueryInterface for interface DSSQLiteWrap.ISQLi

[sqlite] 0 bytes file created automatically.

2006-03-28 Thread Shivaranjani
Hi all, Actually I am working on the .NET platform and using sqlite for my application in VB.NET. The problem is when I am trying to move the database file by using simple command available in .NET called move it is leaving behind a 0 byte file. The new file is getting created but I don't kno

[sqlite] Deleted rows count information

2006-02-15 Thread Shivaranjani
Hi all, Is there any function in SQLite which will give me information about the deleted rows during a Particular delete operation. At least a row count information. Thanks in advance.

[sqlite] REcursive triggers support

2006-02-15 Thread Shivaranjani
Hi all, I want to create recursive trigger in my application does SQLite supports this? Actually I have one table where parent child relationship exists between the columns. So if parent row gets deleted the children should also get deleted. So how could I get this from SQLite. I have