Re: [sqlite] Reading Blob/Writing to File in C# 2008

2009-06-16 Thread Joel Lucsy
Hmmm, I know I've done this before. I'll have to dig deeper and find an example. -- Joel LucsySeysan wrote: When I used your code I get: No current row If I use: rdr.Read(); before your code, I get the same exception as before. ___ sqlite-users

Re: [sqlite] Reading Blob/Writing to File in C# 2008

2009-06-16 Thread Joel Lucsy
On Tue, Jun 16, 2009 at 6:44 PM, Seysan wrote: > String cmd = String.Format("SELECT filename,content FROM documents > WHERE did={0}",did); >           contentCommand = sqlconn.CreateCommand(); >           contentCommand.CommandText = cmd; >           rdr =

Re: [sqlite] Reading Blob/Writing to File in C# 2008

2009-06-16 Thread Joel Lucsy
On Tue, Jun 16, 2009 at 6:44 PM, Seysan wrote: > String cmd = String.Format("SELECT filename,content FROM documents > WHERE did={0}",did); >           rdr = contentCommand.ExecuteReader(); What type is rdr? I believe it should be byte[] -- Joel Lucsy "The dinosaurs became