DB Error: 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 2

SELECT * FROM `user` the_table WHERE the_table.userid = DB Error: 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 2

SELECT * FROM `user` the_table WHERE the_table.userid = Error message in C++ Builder? - iTechForums
Login
Search
Welcome to the iTechForums.
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.
To register now click here.
Latest Threads
Advertisements
Forum Statistics
Threads:
Posts: 6
Members:
Number of Users Online:
Welcome to our newest member,
Reply
 
Thread Tools Display Modes
  #1  
Old 05-07-2008, 07:35 AM
astri astri is offline
Junior Member
 
Join Date: May 2008
Posts: 1
Default

Error message in C++ Builder?


int i;
long lx,ly, lz;
float fz,x,y;
void cordic();

x=1.0;
for (i=0; i<CBIT; i++)
{
lx = x*MBIT;
ly = y*MBIT;
lz = 0;
cordic(lx,ly,lz);
fz = (float)lz/MBIT;


/* CORDIC m=1, y-->0 */

void cordic(x,y,z)
long *x, *y, *z;
{
int i;
long xx, yy, zz;

for(i=0; i<CBIT ; i++)
{

if( *y>=0)
{
xx = *x + (*y>>i);
yy = *y - (*x>>i);
zz = *z + constbl[i];

}
else
{
xx = *x - (*y>>i);
yy = *y + (*x>>i);
zz = *z - constbl[i];
}
*x = xx;
*y = yy;
*z = zz;

}

}

i keep getting error message that`s said "There`s an extra parameters when calling CORDIC function
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 06-23-2008, 09:51 PM
hijk869 hijk869 is offline
Senior Member
 
Join Date: May 2008
Posts: 644
Smile

语音消费机


语音消费机 06-13 ·IC液晶手持POS机,消费机移动手持机 06-13 ·大量供应消费机/售饭机/餐饮机 06-13...·永豪牌语音消费售饭机 06-13 ·ID低价消费机、售饭机V70 / V70WI-FI 32位挂式消费机(嵌入式消费机) 发布企业:深圳市宇川智能系统有限公司 产品名称:32位挂式消费机(嵌入式挂式消费机) 产品型号:V70 / V70WI-FI 详细信息: 32位消费系统方案下载而ZS-PC100智能卡收费系统,既不必每天下载系统参数、黑名单、挂失单、下班后上传售饭机 数据,全部操作PC自动完成,降低了工作人员的工作量,极大的提高了账目可靠性。...售饭机分区域管理. ..售饭机权限管理深圳智卡星科技有限公司--水控机IC卡水控机/IC卡手持POS机/GPRS...深圳市瑞风电子有限公司(水控机生产厂家) 我公司是一家专业从事智能卡应用设备研发、生产、销售以及系统集成的高科技企业。水控器 淋浴刷卡智能水控器 文章类型:行业新闻 文章加入时间:2008年4月22日16:34 淋浴刷卡智能水控器并打开水龙头 使用者可以将事先购买的热水专用卡(IC卡)插入各楼层智能水控器并打开水龙头,即可接收热水。.....
__________________
网站优化
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 07-03-2008, 03:40 AM
alexwm1234 alexwm1234 is offline
Member
 
Join Date: Jun 2008
Posts: 40
Unhappy

Nice...


Great!--------------------------------------------------------Thank you for comforting me when I'm sad.Picking me up when I'm down.Thank you for being my friend and being around.Teaching me the meaning of love.Encouraging me when I need a shove. warcraft powerleveling warcraft power leveling world of warcraft power leveling wow power leveling wow powerleveling -------------------------------------------------------Everything is possible.
__________________
I want to wowpowerleveling,are you.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


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
Forum Jump

Your Ad Here

All times are GMT. The time now is 12:42 AM.