Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by roman987

  1. roman987

    Question executin Batch of SQL Insert Statments in access

    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
  2. roman987

    Hi, I need to backup my database

    Can someone tell me how to backup database or tables. Thank You roman987@aol.com
  3. roman987

    I am getting garbage when inserting values into table type decimal

    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)...
  4. roman987

    getting garbage when I insert value in column type double on mysql

    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...
  5. roman987

    getting garbage when inserting value in column type double

    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...

Part and Inventory Search

Back
Top