Showing posts with label codes. Show all posts
Showing posts with label codes. Show all posts

Tuesday, March 20, 2012

programming with PL/SQL

HI,
I'm new in PL/SQL I would like you to help me some designed project with PL/SQL and any link, book, or codes which can help me to learn it. :rolleyes:First read PL/SQL User's Guide and Reference (http://download-uk.oracle.com/docs/cd/B19306_01/appdev.102/b14261/toc.htm).

Next, you might choose a few books from O'Reilly (http://www.oreilly.com), for example Oracle PL/SQL Programming (http://www.oreilly.com/catalog/oraclep3/index.html) and Oracle PL/SQL Programming: A Developer's Workbook (http://www.oreilly.com/catalog/ordevworkbook/index.html) (both written by Steven Feuerstein).

When you're finished with all this, I guess you'll be able to find things that you're interested in by yourself. Or, come back and ask for more.|||There is a site with links to download books for IT "for free":
http://gayanb.com/
I saw some books for Oracle.
dimis|||True, Dimis, there are several easy-to-follow links (8, as of today) that SHOULD lead to Oracle literature. However, 7 links of 8 are broken; the only one that works is Performance tuning which is advanced literature for Patuss (as he is new in PL/SQL programming).|||At http://home.hia.no/~egunst00/Div/L%e6r%20PHP%20og%20SQL/,
I found books for pl-sql in pdf.
dimis|||Hi,

Thamks all of you for your help . I realy learned.
But I would like again to ask some projects in oracle. How to design projects,
and some designed oracle database projects

Saturday, February 25, 2012

Programmaing with SSIS Object model

Hi there,

Can anyone point me to some sample source codes or any articles that describes how I can programmatically create a package which will import data from a flatfile (csv) to Sql server database.

I know there is some example that describes exporting data from sql server to flatfiles. Anyway I have failed to accomplish my goal by following those examples.

If anyone have a code snippet to do that please help me with that.

Thanks in advance

Moim Hossain

If you want, post the code you have already to build the SSIS package (or a link to it). This response is not the code snippet you're looking for, but it sounds like the package builder code you already have (from the other post), is not far from working.|||

jaegd ,

Sorry I did not understand. Should I post my code to you?

I have already posted my code here into another posting. you can take a look on my code here http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1073656&SiteID=1

Can you tell me where I am going wrong?

Thanks

Moim