Re: [sqlite] howto setup SQLite with Powershell ?

2008-10-10 Thread HLachmann
> It's very possible you're the first one. then google will not help > Google is your friend. Not in this case. Be sure that I look around extensively before starting a thread. And so I already found your links. Both are rather nice approaches, but they depend on (an) installed and working datab

Re: [sqlite] howto setup SQLite with Powershell ?

2008-10-09 Thread HLachmann
> access ... dll from PowerShell ... PowerShell docs the procedure given there is to register the dll with installutil. When I first ran it, it looks ok. As I rerun it during my efforts I got an error: No public installers with the RunInstallerAttribute.Yes attribute could be found in the ...\Sy

Re: [sqlite] howto setup SQLite with Powershell ?

2008-10-09 Thread HLachmann
I have no idea of unix shell scripts. Is there a startup guide? But it's hard to imagine to use a cmdline-tool in an object-orientated manner. @Jeffrey: which steps have you performed before your LoadWithPartialName succeeds? Original-Nachricht > Datum: Thu, 9 Oct 2008 15:06:41

Re: [sqlite] howto setup SQLite with Powershell ?

2008-10-09 Thread HLachmann
If I run it I get... nothing So I would like to know which steps you have done before. btw: if I rerun InstallUtil I now get a message: No public installers with the RunInstallerAttribute.Yes attribute could be found in the ...\System.Data.SQLite.dll assembly. Original-Nachricht

Re: [sqlite] howto setup SQLite with Powershell ?

2008-10-09 Thread HLachmann
if that is "bad" how can it be done correct/better? [System.Reflection.Assembly]::LoadWithPartialName("System.Data.SQLite") itself produces no error, but also [System.Reflection.Assembly]::LoadWithPartialName("thisDoesntMatter") produces no error, but the following $conn = New-Object System.

[sqlite] howto setup SQLite with Powershell ?

2008-10-09 Thread HLachmann
Hello, I looked unavailingly around for hours to get SQLite and Powershell working together. Is there any little installation/configuration guide for this? The problem seems to be how to get SQLite available to PS. I used installutil, which reported "successful". AddPSSnapin failed with error