Hi, I need to insert 100 rows in access database. I have those queries in SQL format
I tried to insert them using standard way in MSAccess but was only able to do it one a time. Is there a way for me to execute a lot of sql queris in MSAcess without using any programming langauge
i created table with 2 column type decimal(16,4) and double
when I insert values into that table I get garbage. can some one help me to understand why I am getting garbage. Here is my code.
mysql> create table roman( a double(16,4), b decimal(16,4) );
Query OK, 0 rows affected (0.01 sec)...
hi, I am creating a table with column rate type double
then i inserted value into that table, and the result that came out from
that query was garbage. Not the one I inserted.
Can any one help me. Here is my code
mysql>create table roman(type double(16,4));
mysql> insert into roman...
hi, I am creating a table with column rate type double
then i inserted value into that table, and the result that came out from
that query was garbage. Not the one I inserted.
Can any one help me. Here is my code
mysql>create table roman(type double(16,4));
mysql> insert into roman...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.