에러내용은 이렇습니다.(insert문)
Query1.close;
Query1.sql.clear;
Query1.sql.add();
Query1.exexsql;
이렇게 진행되는데요...
마지믹문장에서 이런 에러메세지가 나오네요 ,,, 황당...
Exception EAccessViolation in module 'LibMySQL.DLL', at the 0002E62C,
AccessViolation at address 1002E62C in module 'LibMySQL.DLL', Write af address
00000000.
--참고로 insert문 쿼리--
insert into prefmst(refknd,refcod,refnms,refnmf,refrtn) Values
('CG' ,'000000' ,'매장창고' ,'매장창고' , '0012 ' )
insert or update가 안되는데요 zeos가 잘못인지 아니면 제발 부탁요..고수님들
음..혹시 libmysql.dll의 버전이??? MySQL의 하위버전의 libmysql.dll을 사용할시 그런 메세지를 본거 같네요...
그럼..
bLue bLood.
델초보 wrote:
> 에러내용은 이렇습니다.(insert문)
> Query1.close;
> Query1.sql.clear;
> Query1.sql.add();
> Query1.exexsql;
> 이렇게 진행되는데요...
>
> 마지믹문장에서 이런 에러메세지가 나오네요 ,,, 황당...
> Exception EAccessViolation in module 'LibMySQL.DLL', at the 0002E62C,
> AccessViolation at address 1002E62C in module 'LibMySQL.DLL', Write af address
> 00000000.
>
> --참고로 insert문 쿼리--
> insert into prefmst(refknd,refcod,refnms,refnmf,refrtn) Values
> ('CG' ,'000000' ,'매장창고' ,'매장창고' , '0012 ' )
>
> insert or update가 안되는데요 zeos가 잘못인지 아니면 제발 부탁요..고수님들
>
>
>