RE: Need Help with Binding

2005-06-26 Thread Kevin Rosenthal
Hey, OK< I tried this and still have no luck. :( Ah Why is this happening?? Is there something else I might be doing wrong? Is there another way to accomplish this same task? Anyone? HELP Kevin Rose Valley Soaps http://www.rosevalleysoaps.com -Original Message- Ok so I posted my

Re: Need Help with Binding

2005-06-25 Thread Simeon Bateman
Ok so I posted my code after I changed it back to camelCase to prove that was why it broke. here is my code. artists = queryNew('firstname,lastname,city','varchar,varchar,varchar'); queryAddrow(artists,1); querySetCell(artists,'firstname', 'simeon');

Re: Need Help with Binding

2005-06-25 Thread Simeon Bateman
I cant tell you why this is the case, but if i lowercase the var "firstname" in the gridcolumn and the bind var then it works fine. Here is my example code from yours. artists = queryNew('firstname,lastname,city','varchar,varchar,varchar'); queryAddrow(artists,1); querySe