User Profile

Collapse

Profile Sidebar

Collapse
tembil
tembil
Last Activity: Sep 23 '09, 06:11 AM
Joined: Feb 13 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • how to add, update, delete records from oracle10gXE using text boxes in vb.net 2008

    Hi,

    I'm designing a windows application in visual studio 2008 and connecting to oracle 10g XE but don't know how to add, update and delete records from my database using text boxes.

    Thanks in advance
    See more | Go to post

  • mysql error: The total number of locks exceeds the lock table size

    Hi,

    can anyone plz help me, I'm trying to insert data into a table from another table and I'm getting this error:
    The total number of locks exceeds the lock table size, how can I fix this.
    thanx
    See more | Go to post

  • mysql error: The total number of locks exceeds the lock table size

    Hi,

    can anyone plz help me, I'm trying to insert data into a table from another table and I'm getting this error:
    The total number of locks exceeds the lock table size, how can I fix this.
    thanx
    See more | Go to post

  • tembil
    replied to mysql error in query
    I found the problem with the query
    See more | Go to post

    Leave a comment:


  • tembil
    started a topic mysql error in query

    mysql error in query

    Hi, will anyone help this statement gives me an error:
    SELECT
    `tbl_address_ou t_new`.`Locatio n_Name_IA`, `tbl_address_ou t_new`.`AMC_ID_ IA`,
    COUNT(`Location _Name_IA`), COUNT(`AMC_ID_I A`)
    WHERE `tbl_address_ou t_new`.`Locatio n_Name_IA` is not null
    GROUP BY `tbl_address_ou t_new`.`Locatio n_Name_IA`, `tbl_address_ou t_new`.`AMC_ID_ IA` DESC;
    and here's the error :
    You have an error in your SQL syntax; check...
    See more | Go to post

  • tembil
    started a topic Mysql query: How to ignore errors

    Mysql query: How to ignore errors

    Hi,

    here's the query that I used I need to know how to ignore errors when executing
    Code:
    LOAD DATA  infile 'myFile12_out.txt'
    INTO TABLE itc_db.tbl_address_out
    fields
    TERMINATED BY '|'
    lines
    TERMINATED BY '\r\n'
    ignore 1 lines;
    Please enclose any code within the proper code tags. See the Posting Guidelines on how to do that.

    MODERATOR
    See more | Go to post

  • Hi,
    here my query:[code=mysql]
    select *
    from `tbl_telephone`
    where LENGTH(`RSA ID`) = 13
    and (
    substring(`rsa id`, 1, 1) in ('0', '1', '2','3','4','5' ,'6','7','8','9 ')
    )[/code]
    I need to know if there's another way of doing this
    thanx

    Please enclose any code within the proper code tags. See the Posting Guidelines on how to do that. MODERATOR...
    See more | Go to post

    Leave a comment:


  • select on field having specific length and starts numeric

    Hi,
    How do I select numeric records from a table in MySQL I need to select ID's the length must be 13 and it must be numeric, I have already selected the length in my where clause and I'm stuck with the numeric records.
    Thanx in advance
    See more | Go to post

  • tembil
    replied to column headings with export table
    Hi
    I need a text file, here's the code that I used:
    [CODE=mysql](SELECT 'Surname', 'Forename 1', 'Forename 2', 'Forename 3', 'DOB', 'RSA ID', 'Other ID', 'Gender', 'Title', 'Marital Status', 'Spouse Name', 'FirstAddressUp dateDate', 'FirstAddressYe arsOfTenure', 'FirstAddressLi ne1', 'FirstAddressLi ne2', 'FirstAddressLi ne3', 'FirstAddressLi ne4', 'FirstAddressPo stCode', 'FirstAddressPr ovCode', 'FirstAddressCo untryCode', 'FirstAddresOTI nd',...
    See more | Go to post

    Leave a comment:


  • tembil
    replied to column headings with export table
    Hi Ronald,
    I need a text file that displays all column headings and the data I tried to use a union statement but it doesn't work with bigger files it only works with smaller ones.
    Thanx in advance
    Tembi...
    See more | Go to post

    Leave a comment:


  • tembil
    started a topic column headings with export table

    column headings with export table

    Hi,
    I'm trying to export data from MySQL to a text file or create a dumpfile and now I want to include column headings as well in my query how can this be done using a big file e.g a file containing more than 8 million records.
    Thanx
    Tembi
    See more | Go to post
No activity results to display
Show More
Working...