Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Configuring data source
Message
 
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
Configuring data source
Environment versions
Environment:
ASP.NET
OS:
Windows XP
Database:
MS SQL Server
Miscellaneous
Thread ID:
01280614
Message ID:
01280614
Views:
70
Hi everybody,

Two days I spent and could not find a simple problem in the InsertCommand for the data source. So finally I created an SP in SQL Server (that was advised by my friend yesterday) and it was a very simple problem

insert into Table (LTRIM(RTRIM(@Par) ... ()

The command itself is much more complex and it starts with BEGIN TRAN and it has two insert statements.

So I fixed it now using configuring data source option, but the Finish button is not becoming active and Query builder also returns an error that it can not parse it.

I can do it manually, but may be I should really use SP in this case (the one I just created)?

What would you suggest?

Thanks in advance.
If it's not broken, fix it until it is.


My Blog
Reply
Map
View

Click here to load this message in the networking platform