Log in
::
Register
::
Not logged in
Home
Tags
Articles
Editorials
Stairways
Forums
Scripts
Videos
Blogs
QotD
Books
Ask SSC
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Write for us
Recent Posts
Recent Posts
Popular Topics
Popular Topics
Home
Search
Members
Calendar
Who's On
Home
»
SQL Server 7,2000
»
SQL Server CE
»
New Commands in SQL CE 3.5 SP1 ?
New Commands in SQL CE 3.5 SP1 ?
Rate Topic
Display Mode
Topic Options
Author
Message
jrlvid-657235
jrlvid-657235
Posted Sunday, November 02, 2008 4:41 PM
Forum Newbie
Group: General Forum Members
Last Login: Sunday, November 02, 2008 4:43 PM
Points: 0,
Visits: 9
Hi,
I am trying to port over from SQL Server 2005 Express
to >
SQL Server CE 3.5 SP1
(sql 2008 Commands mabee?)
Want to use a query internal to Visual Studio 2008's Query
Builder...
Here is How the code looks in the Query Window of VS 2008 VB... Do NOT wan't to use Linq...!
SELECT [Record Number], Date, Car, Miles_Start, Miles_Stop, Gallons_FillUp, Miles_Stop - Miles_Start AS Miles_Total, (Miles_Stop - Miles_Start) / Gallons_FillUp AS MPG
FROM Sheet1_Table
ORDER BY Car, Date DESC
It processes fine but does not work: Just Want to Preform Basic math on the Data Table. Add, Subtract, Devide and Multiply.
In the "Advanced Options" of Query Builder the " Refresh The Data Table" Is greyed out...
Any Ideas where I can get a good command reference or PDF
Book on SQL Server Compact Edition 3.5 sp1 ? ;)
Any and all help would be appreciated!
Post #595622
Clinton-1139465
Clinton-1139465
Posted Thursday, August 06, 2009 7:11 PM
Forum Newbie
Group: General Forum Members
Last Login: Thursday, August 06, 2009 7:05 PM
Points: 1,
Visits: 0
Hi,
It uses Microsoft's query builder to edit the CommandText property among lots of other designer things. It's also open source so you can peek under the hood. Be warned though, in order to use Query Builder, you'll need to have a fully-functional GetSchema() method on your Connection object.
----------------------------------
database browser
Post #766641
« Prev Topic
|
Next Topic »
Permissions
You
cannot
post new topics.
You
cannot
post topic replies.
You
cannot
post new polls.
You
cannot
post replies to polls.
You
cannot
edit your own topics.
You
cannot
delete your own topics.
You
cannot
edit other topics.
You
cannot
delete other topics.
You
cannot
edit your own posts.
You
cannot
edit other posts.
You
cannot
delete your own posts.
You
cannot
delete other posts.
You
cannot
post events.
You
cannot
edit your own events.
You
cannot
edit other events.
You
cannot
delete your own events.
You
cannot
delete other events.
You
cannot
send private messages.
You
cannot
send emails.
You
may
read topics.
You
cannot
rate topics.
You
cannot
vote within polls.
You
cannot
upload attachments.
You
may
download attachments.
You
cannot
post HTML code.
You
cannot
edit HTML code.
You
cannot
post IFCode.
You
cannot
post JavaScript.
You
cannot
post EmotIcons.
You
cannot
post or upload images.
Copyright © 2002-2013 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.