Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL statement
Message
From
24/08/2005 13:36:16
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, United States
 
 
To
All
General information
Forum:
ASP.NET
Category:
ADO.NET
Title:
SQL statement
Environment versions
Environment:
C# 1.1
Database:
MS SQL Server
Miscellaneous
Thread ID:
01043492
Message ID:
01043492
Views:
49
In my VFP applications, I join fields together in many of my SQL statements using a VFP table. As such:

SELECT mytable.field1, ALLTRIM(mytable.field2) + "-" + ALLTRIM(mytable.field3) AS mycolumn FROM mytable INTO CURSOR c_mycursor

Is there any way to do something like this using Asp.Net and SQL Server?

Thanks,

Jerry
Next
Reply
Map
View

Click here to load this message in the networking platform