On 15 Apr 2014, at 10:14am, Ralf wrote:
> Yes. Everything is Working as expected when i access the DB with any Browser.
> It is just the powershell environment
Then the chances are that the problem is with PowerShell, not SQLite.
Simon.
___
sqlite-u
On 15. April 2014 09:46:43 MESZ, Joe Mistachkin wrote:
>
>Ralf wrote:
>>
>> I just tried... No change :-(
>>
>
>Have you looked at the contents of the database using the SQLite
>command
>line tool for Windows?
>
> https://www.sqlite.org/2014/sqlite-shell-win32-x86-3080403.zip
>
>--
>Joe Mist
Ralf wrote:
>
> I just tried... No change :-(
>
Have you looked at the contents of the database using the SQLite command
line tool for Windows?
https://www.sqlite.org/2014/sqlite-shell-win32-x86-3080403.zip
--
Joe Mistachkin
___
sqlite-users
On 15. April 2014 01:55:40 MESZ, Joe Mistachkin wrote:
>
>Ralf Jantschek wrote:
>>
>> The connection as such is ok. Updates are working. It is only the
>> executereader that is troubling me
>>
>
>For database files that need a UNC path, four leading backslashes are
>required.
>
>Without them, som
Ralf Jantschek wrote:
>
> The connection as such is ok. Updates are working. It is only the
> executereader that is troubling me
>
For database files that need a UNC path, four leading backslashes are
required.
Without them, some things may appear to work correctly; however, it might
also
exhib
4 20:36
> An: 'General Discussion of SQLite Database'
> Betreff: Re: [sqlite] Problems with executereader in System.Data.SQLite
>
>
> Ralf Jantschek wrote:
> >
> >$cn.ConnectionString = "Data Source=\\..."
> >
>
> If you are
Ralf Jantschek wrote:
>
>$cn.ConnectionString = "Data Source=\\..."
>
If you are opening a database on a network share, there must now be four
leading
backslashes.
--
Joe Mistachkin
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://
;<<<<
> -Ursprüngliche Nachricht-----
> Von: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-
> boun...@sqlite.org] Im Auftrag von Joe Mistachkin
> Gesendet: Freitag, 11. April 2014 21:02
> An: 'General Discussion of SQLite Database'
> Betreff: Re: [
Ralf Jantschek wrote:
>
> I have the following table:
>
> Table:
>
> Field1Field2
>
> 12
>
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 sel
Hello,
i hope this is the right Forum.
I have the following table:
Table:
Field1Field2
12
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
10 matches
Mail list logo