Ralf Jantschek wrote:
>
> I have the following table:
> 
> Table:
> 
>                 Field1    Field2
> 
> 1                    2
> 

Could you please show the schema for the table involved in this query?

>  
> I am trying to access the values with 
> 
> "Select * from table;"
>  
> But the select doesn't return "1 2" as expected, it returns the FieldCount
> which is 2
> 
> I  am accessing SQlite in a powershell script
> 

Could you also please show the PowerShell script that is being used to load
the System.Data.SQLite assembly and to execute the query?

--
Joe Mistachkin

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to