CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 2011
    Posts
    9

    Perl - Display Data

    Hi,
    I am very new to Perl Language.
    Below is the data im going to insert into the database.
    I want to display some of the fields to the user after insert and if possible sent email/sae to Excel or Text file.
    Need your help.

    my $sql2 = qq {
    insert into sss.sss1_tbl_rcp_spec
    ( sss_id, sss_name, sss_type, sss_spec_rev,sss_state
    , description, sss_flag, ss_sss_body,sss_by, sss_date
    , sss_by, sss_date, sss_flag)


    Thanks in Advance.!

  2. #2
    Join Date
    May 2002
    Posts
    10,943

    Re: Perl - Display Data

    Since you didn't state what database format, I'm going to just take a wild guess...MySQL.

    http://www.google.com/search?q=perl+mysql+tutorial

    If not, Google can also search for others!
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

  3. #3
    Join Date
    Jun 2011
    Posts
    9

    Re: Perl - Display Data

    Thank You.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured