New topic: 

Updating values in a database record not working

<http://forums.realsoftware.com/viewtopic.php?t=27007>

       Page 1 of 1
   [ 1 post ]                 Previous topic | Next topic         Author  
Message       jjfcpa           Post subject: Updating values in a database 
record not workingPosted: Wed Mar 18, 2009 7:46 pm                        
Joined: Tue Apr 17, 2007 9:19 pm
Posts: 77              I have a field that I created in a table called 
ACTIVATED and the field type is BOOLEAN.

I am attempting to update the record by using the following:

  DIM lActivated As Boolean
  lActivated = False
  
  DIM rec As New DatabaseRecord
  rec.column("APP_PREFIX") = app.pPREFIX
  rec.Column("ACTIVATED") = lActivated

I am receiving an error on the last line and can't figure out why it won't let 
me store a BOOLEAN value to the database record.   
                            Top            Display posts from previous: All 
posts1 day7 days2 weeks1 month3 months6 months1 year Sort by AuthorPost 
timeSubject AscendingDescending          Page 1 of 1
   [ 1 post ]     

-- 
Over 900 classes with 18000 functions in one REALbasic plug-in. 
The Monkeybread Software Realbasic Plugin v8.1. 

&lt;http://www.monkeybreadsoftware.de/realbasic/plugins.shtml&gt;

[email protected]

Reply via email to