Beginner C/C++

Moderators: None (Apply to moderate this forum)
Number of threads: 5430
Number of posts: 16951

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
Fastest way to write a simple script? Posted by tulsagraphics on 28 Jan 2006 at 5:51 AM
I'm trying to decide what language would be best for writing simple scripts.

It's very simple: All I need to do is generate text that I can use for creating .sql files. (I have about 5,000 INSERT lines to write)

So I really need a Windows solution that will allow copy and paste.

(Even better would be able to send my output to a text file!)

FYI - I played around with BASIC about 10 years ago... but that's it. Willing to learn.. but simple is good for now.

Thanks!

Mike
"The Night Owl Club"
Report
Re: Fastest way to write a simple script? Posted by stober on 28 Jan 2006 at 6:36 AM
: I'm trying to decide what language would be best for writing simple scripts.
:
: It's very simple: All I need to do is generate text that I can use for creating .sql files. (I have about 5,000 INSERT lines to write)
:
: So I really need a Windows solution that will allow copy and paste.
:
: (Even better would be able to send my output to a text file!)
:
: FYI - I played around with BASIC about 10 years ago... but that's it. Willing to learn.. but simple is good for now.
:
: Thanks!
:
: Mike
: "The Night Owl Club"
:


An SQL with 5,000 INSERTs!! Maybe you need to redesign it, like use a loop or something.

Notepad.exe is great for copy-paste operations.


Report
Re: Fastest way to write a simple script? Posted by tulsagraphics on 28 Jan 2006 at 8:35 AM
I know that mysql is efficient, but it could it handle that much code in one table?
Report
Re: Fastest way to write a simple script? Posted by stober on 28 Jan 2006 at 10:11 AM
: I know that mysql is efficient, but it could it handle that much code in one table?
:

you mean your database has 5,000 tables!



 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.