Dan Kennedy-4 wrote:
>
>
> On Oct 15, 2010, at 11:40 PM, Schoinya wrote:
>
>>
>> Hello everybody
>>
>> I'm trying to attach on disk database to in memory database.
>>
>> But I get the strange error : SQLite error unrecognized token: ":"
>>
>> The following is the code:
>>
>>SQ
On Oct 15, 2010, at 11:40 PM, Schoinya wrote:
>
> Hello everybody
>
> I'm trying to attach on disk database to in memory database.
>
> But I get the strange error : SQLite error unrecognized token: ":"
>
> The following is the code:
>
>SQLiteConnection connInMemory = new
> SQLit
Hello everybody
I'm trying to attach on disk database to in memory database.
But I get the strange error : SQLite error unrecognized token: ":"
The following is the code:
SQLiteConnection connInMemory = new SQLiteConnection("Data
Source=:memory:");
connInMemory.
3 matches
Mail list logo