-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello,
Probably I'm doing something wrong but here it goes:
I'm trying to create a database using subsonic.migrations in an OracleXE version 10.2.0.1.0. I have ODP v 10.2.0.2.20 installed.
This is my app.config:
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<configSections>
…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
New to subsonic and having issues figuring it out. I am simply just trying to do a distinct search and any documentation I find is telling me to use the class/method
SubSonic.SqlQuery
Though I am finding out that since I am using the newest version, a lot of the documentation I am finding does not…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi, I have to work on an application which used Subsonic 2.0.3. When I opened the project,I got a message
The projectfile 'C:\Program Files\Subsonic\Subsonic 2.0.3\src\SubSonic\SubSonic.csproj' has been moved, renamed or is not on your computer.
Does it mean I need to install Subsonic 2.0.3, I…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am working with Subsonic 2 more than 3 years now...
After Linq appears and then Subsonic 3, I start thinking about moving to the new Linq futures that are connected to sql.
I must say that I start move and port my subsonic 2 with SubSonic 3, and very soon I discover that the speed was so slow…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm having trouble saving a record in Subsonic 3 using Active record. I've generated my objects using the DALs and tts and everything seems fine because the following test passes. I think that my connection string is correct or the generation wouldn't have succeeded.
[Test]
public void…
>>> More