0

I'm an ASP.NET virgin and want to try creating an ASP.Net Application using SQL Server at the back end.

I can't locate a single example application or code for doing this. Anyone have any pointers?

TIA

Jim McKeeth
  • 38,225
  • 23
  • 120
  • 194

1 Answers1

2

Delphi Prism is just the language and connecting to a SQL database is exactly the same way you would do so C#. I would look for a C# example on doing so and convert the syntax to Delphi (very easy to do). If you plan on using Delphi Prism you will spend a lot of time converting C# syntax examples to Delphi so you should get some practice.

Craig
  • 36,306
  • 34
  • 114
  • 197