Questions tagged [subsonic2.0]

5 questions
1
vote
1 answer

SubSonic - How can i create my business logic layer

Im new to subsonic and generally this was of programming, i usually develop from a rad perspective so using the visual studio dataset designer, but i wanted to start looking at developing n teir approach. Ive never used a business logic layer,…
Dan
  • 11
  • 1
1
vote
2 answers

Inserting "null" (literally) in to a stored procedure parameter

I'm trying to insert the word "Null" (literally) in to a parameter for a stored procedure. For some reason SqlServer seems to think I mean NULL and not "Null". If I do a check for IF @LastName IS NULL // Test: Do stuff Then it bypasses that because…
Kenny Mann
  • 881
  • 10
  • 28
0
votes
4 answers

Subsonic help, how to list only the first record

Hi I'm doing a little report using subsonic I'm pretty noob And I can't figure how to list only the first record in my report I'm doing something like: new Select("id,Name,place,group").From(User.Schema) …
ncubica
  • 25
  • 1
  • 4
0
votes
2 answers

What is the current status of SubSonic ORM project?

VS2010 .Net4 Is SubSonic still the tool of choice? Are there easier ways to accomplish the creation of a DAL with the stock tools in VS2010? I need to convert a project that was done with Subsonic 2.03 several years ago and would like to hear…
John S
  • 7,909
  • 21
  • 77
  • 145
0
votes
0 answers

Is it possible to do identity insert/update in SubSonic 2.0

Unfortunately I'm stuck using this basically undocumented/obsolete library (SubSonic 2.0). I'm trying to do a simple identity insert but I can't seem to get it to work. Here's the psuedo-code version of what I'm trying to do: SubSonicExampleObject…
Paul Zaczkowski
  • 2,848
  • 1
  • 25
  • 26