Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
H

him_mca

@him_mca
About
Posts
2
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • how to add date while importing data in csv from mysql query
    H him_mca

    need to add date in the file name into outfile caluse below please suggest

    SET @outpath = "/var/lib/mysql-files/";
    SET @outfile = (SELECT NOW());
    SET @outextension = "_StepCount.csv";
    SET @SQL := CONCAT("Select Concat(ifnull(First_Name,'')," ",ifnull(Middle_Name,'')," ",ifnull(Last_name,'')) AS Name, u.email from users",@outpath,@outfile,@outextension ) ;
    PREPARE stmt FROM @SQL;
    EXECUTE stmt;
    DEALLOCATE PREPARE stmt;

    Linux, Apache, MySQL, PHP database mysql tutorial

  • ASCII Text file generation
    H him_mca

    I have an form having following fields are populated by sql server 2000 Name, age, dob,phonenumber,date,accountnumber and this data is stored into sql server now I want this data will be output to an ASCII text file. How can i do this and for the same plz provied me the code.

    Visual Basic database sql-server sysadmin question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups