Basic4ppc - Windows Mobile Development  

Go Back   Basic4ppc - Windows Mobile Development > Main Category > Questions & Help Needed
Home Register FAQ Members List Search Today's Posts Mark Forums Read

Questions & Help Needed Post any question regarding Basic4ppc.


Newbie- SQL ROWID problem


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 10-13-2007, 03:37 PM
Knows the basics
 
Join Date: Oct 2007
Posts: 90
Default Newbie- SQL ROWID problem

To keep control of records I am using...
lLastRec=gPage*gRows
...and then SQL statement...
SELECT * FROM Titles WHERE ROWID >0 AND ROWID <= lLastRec ORDER BY num

The SQL error 'No such column lLastRec'
suggests a variable cannot be used to compare ROWID. Having replaced it with a number and it works seems to confirm this.
This obviously presents a problem when trying to obtain sets of data to display one page at a time to avoid having scrollbars appear on the Table. It means a number must manually be provided per page.

I must have something wrong here.
Reply With Quote
  #2 (permalink)  
Old 10-13-2007, 04:55 PM
Erel's Avatar
Administrator
 
Join Date: Apr 2007
Posts: 3,134
Default

There should be no problem using a variable, but you need to use the concatenation operator:
Cmd.CommandText = " SELECT * FROM Titles WHERE ROWID >0 AND ROWID <= " & ILastRec & " ORDER BY num"
Reply With Quote
  #3 (permalink)  
Old 10-13-2007, 06:01 PM
Knows the basics
 
Join Date: Oct 2007
Posts: 90
Default

Thank you Erel.
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Newbie: animation texaspoker11 Questions & Help Needed 3 11-05-2008 06:43 PM
Newbie Question Stevenator65 Questions & Help Needed 9 05-30-2008 09:53 PM
Newbie Questions Bruno Questions & Help Needed 2 05-05-2008 07:45 PM
Newbie: Help file linking? enonod Questions & Help Needed 2 04-26-2008 07:09 PM
Newbie questions stratus Questions & Help Needed 2 11-13-2007 02:21 PM


All times are GMT. The time now is 06:49 PM.


Powered by vBulletin® Version 3.6.12
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.1.0