Good source for learning - SQL Stored Proceedures using Dreamweaver

I am looking for a good source for learning how to integrate
Stored
Proceedures using Dreamweaver?
Is there a book or something online?
Thanks

Hey Lee,
You find yourself in that position, I find myself in that
position, every
damn developer/programer in the world find themselves in that
position. It
may be on different levels, but everyones in the same boat.
Here is my suggestion. Take the existing knowledge you have,
pick a
technology that is a bit more futureproof (if the one you
have is getting
outdated) and one that isn't too far removed from the one you
know and put
it all into that one area.
Databases are really important if you want to be a decent web
developer. If
you're serious and want to be good then devote time to a
particular database
and get to know it well. I would suggest SQL Server. You
don't have to be
DBA standard but get as much knowledge on it as you can.
Never underestimate
your required knowledge of databases.
Set yourself goals. Say to yourself "In 6 months I want to be
a proficient
developer in this language" and go for it. Don't get
side-tracked into
something else just keep focused on one area and get good at
it. Yes, that
language will become outdated in time but you will be all the
more ready to
take on the next because of your past experiences.
I try to look at it like this; It is better to a master of
one technology
and know enough to get by in others than a Jack of all
technologies but a
master of none.
Pat.
"lee" <[email protected]> wrote in message
news:[email protected]...
> Thanks Pat...I only looked at it briefly but it looks
like what I needed.
>
> The biggest problem that I have is that I don't have
enough time to look
> into some of this stuff...
>
> Over the years, I've gotten to a certain level of
proficiency in certain
> things, I can do quite a bit but there always seems to
be yet another
> technology to master as the Old Ways go away.
>
> To be honest, I really just want to be an artist with
some programming
> skills but the nature of this position demands that I
"learn It all."
>
> Meanwhile, all those other skills have to be put
asside...I really should
> master flash...I really should work on my illustration
skills...I really
> should master CSS. I really should master...I don't
know, name it. And if
> I really wanted to abandon my ...LIFE...I could,
perhaps, figure it all
> out.
>
> What is so tiring is that my skill set is stretched SO
f-ing thin that I
> can never, possibly catch up. The only cure is time but
often even that
> goes against me.
>
> Anyways, thanks for the link. I'll probably be back
later with questions.
>
> Thanks Pat.
>
> If anyone else finds a good source, let me know.
>
>

Similar Messages

  • Suggest good source for learning jsp

    Hi,
    Can any one suggest good link for learning jsp.....
    Its very urgent............
    Thanks in advance..........

    This one is a good one for beginners, Have a glance.
    http://www.tomlauren.com/notes/jsp.html
    Ramki

  • Can you recommend a good source for learning about the Environment

    Rather than post a bunch of obviously uninformed thread topics, I would really appreciate some recommendation of some books, DVDs, online vids, etc.
    I've figured out and executed some of the basics such as playing the arpeggiator and the midi delay, and recording the output of the arpeggiator/delay to a track, but, obviously, there's a whole lot more (understatement of the year so far?)
    The environment seems to be a snakepit of danger - don't want to screw up any projects.
    Any recs would be greatly appreciated.
    Regards,
    bb

    Mac Pro Video has a whole tutorial on it
    http://www.macprovideo.com/tutorial/logicEnvironment
    Also if you check out youtube you can find a few

  • Looking For Free Good Tutorial To Learn SQL For 8i

    Hello all,
    I am looking for a free good tutorial to learn SQL for Oracle 8i.
    If anyone got any links or resources, kindly suggest.
    Thanks in advance.

    I am looking for a free good tutorial to learn SQL for Oracle 8i.8i has been unsupported for years. If you're just starting out, you might as well learn the latest.

  • Good book for learning pl/sql quickly

    Please suggest me a good book that covers all aspects of pl/sql in depth.
    Thanks in advance. :-)

    A good book for learning PL/SQL quickly?
    That is not a function of the book. That is a function of your ability to learn and understand new concepts. No book can make you learn "faster".
    Also, even before trying to learn PL/SQL, there are concepts and fundamentals to understand. Specifically:
    - [url http://download.oracle.com/docs/cd/B19306_01/server.102/b14220/toc.htm]Oracle® Database Concepts
    - [url http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14251/toc.htm]Oracle® Database Application Developer's Guide - Fundamentals
    - [url http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14261/toc.htm]Oracle® Database PL/SQL User's Guide and Reference
    And after that, also have a look at Application Developer's Guide - Large Objects, Application Developer's Guide - Object-Relational Features. Not to mention the SQL Reference and the PL/SQL Packages and Types Reference guides.
    All available via http://tahiti.oracle.com

  • Any good site for learning struts using weblogic

    Hi all,
    Please tell me any good website for learning struts using weblogic. I mean how to creat page and deploy , run it .....
    Thanks in advance

    Hi,
    here is the link for RMI tutorial.
    http://java.sun.com/docs/books/tutorial/rmi/index.html

  • Please give good for learning sql and pl/sql site

    Hi All,
    please give good reference site for learning sql and pl/sql, your suggestion would be appreciated.

    http://tahiti.oracle.com/
    http://www.oracle.com/pls/db112/homepage?remark=tahiti
    http://download.oracle.com/docs/cd/E11882_01/appdev.112/e10766/toc.htm
    http://download.oracle.com/docs/cd/E11882_01/server.112/e17118/toc.htm
    http://download.oracle.com/docs/cd/E11882_01/appdev.112/e17126/toc.htm

  • How to configure data source for MS SQL 2005 Server.

    Good morning,
    While creating a data source for MS SQL 2005 Server, what are the values I should use for:
    Object Factory, DataSource Type, and CPDS Class Name values ?
    Thanks
    Seenu

    seenuFour wrote:
    Hi,
    I am working on a web application, the backend of which is a MS SQL 2005 server. I am creating a data source on the application server to manage the connection pool.
    Hence I need to give the following values while creating the data source:...
    Hence you need to provide some actual detail about what the context is.
    IIS runs "web applications" but your question would have no meaning in that context. On the other hand it might have some meaning if you were running Tomcat.

  • How to bind arrays to PL/SQL stored procedure using OCI?

    Hi,
    We are having problems trying to bind arrays to PL/SQL stored procedure using OCI. Here is the situation:
    - We have a stored procedure called "GetVEPFindTasks" with the following interface:
    PROCEDURE GetVEPFindTasks (
    p_ErrorCode OUT NUMBER,
    p_ErrorMsg OUT VARCHAR2,
    p_RowCount OUT NUMBER,
    p_VEPFindTasks OUT t_VEPFindTaskRecordTable,
    p_MaxTask IN NUMBER);
    t_VEPFindTaskRecordTable is a record with the following entries:
    TYPE t_VEPFindTaskRecord IS RECORD (
    RTCID NUMBER,
    TransNum NUMBER,
    TransTimestamp VARCHAR2(20),
    Pathname1 image_data.pathname%TYPE,
    Pathname2 image_data.pathname%TYPE,
    Pathname3 image_data.pathname%TYPE,
    OperatorID operator.id%TYPE);
    - Now, we are trying to call the stored procedure from C++ using OCI (in UNIX). The call that we use are: OCIBindByName and OCIBindArrayOfStruct to bind the parameters to the corresponding buffers. We bind all parameters in the interface by name. Now, we do bind the record's individual item by name (RTCID, TransNum, etc.), and not as a record. I don't know if this is going to work. Then, we use the bind handles of the binded record items (only record items such as RTCID, TransNum, and NOT error_code which is not part of the record) to bind the arrays (using OCIBindArrayOfStruct).
    All of the parameters that are binded as arrays are OUTPUT parameters. The rest are either INPUT or INPUT/OUTPUT parameters. Now, when we try to execute, OCI returns with an error "Invalid number or types of arguments" (or something to that sort... the number was something like ORA-06550). Please help...
    Is there any sample on how to use the OCIBindArrayOfStruct with PL/SQL stored procedures? The sample provided from Oracle is only for a straight SQL statement.
    Thank's for all your help.
    ** Dannil Chan **

    As you said:
    You have to pass in an array for every field and deconstruct/construct the record in the procedure. There is no support for record type or an array of records. Can you give me a example? I'am very urgently need it.
    thanks
    email: [email protected]

  • How to call PL/SQL stored procedure using ODBC?

    Could anyone tell me how can I call PL/SQL stored procedure using
    ODBC? Are there any sample codes?
    Thanx!
    null

    You are correct on all counts, they all should work.
    Oracle Product Development Team wrote:
    : Hi,
    : I don't know the exact syntax in ODBC, but reasoning by analogy
    : with other API's, I'd bet one of the following works
    : (for a call to: procedure my_proc(n1 number, n2 number);):
    : "{ my_proc(1,2); }"
    : "{ call my_proc(1,2); }"
    : "{ begin my_proc(1,2); end }"
    : "begin my_proc(1,2); end;"
    : "begin my_proc(1,2); end"
    : Hope this helps. - Pierre
    : jiangbuf (guest) wrote:
    : : Could anyone tell me how can I call PL/SQL stored procedure
    : using
    : : ODBC? Are there any sample codes?
    : : Thanx!
    : Oracle Technology Network
    : http://technet.oracle.com
    null

  • Suggest a good book for learning?

    Hey, all.
    Trying to get into the automating/scripting thing as I've started a new job that has to do a lot of versions of similar animations/illustrations. I'm no programmer, but have had some success with simple AppleScripts in Illustrator and Photoshop, but After Effects doesn't like to play nice with AS. So I figure I may as well focus my efforts on ExtendScript/JavaScript to work with all the apps, be cross-platform, plus help with my limited Expressions knowledge.
    So can anyone suggest some good books for learning the JavaScript language? I've done online tutorials, which have helped a little, but just a big ol' consolidated JavaScript book, teaching the structure and syntax from the beginning (again, not a programmer by trade) would be best for me. Thing is, 95% of the books I've looked at are focused on web design, which I'm not that interested in. I'll use one if the core JavaScript teachings are well-presented and I can just ignore the web stuff; just don't want to buy a book that I'm only going to read half of and not learn everything I need to.
    All suggestions welcome, and thanks in advance.

    Hi there - lots of resources...
    Look up "eloquent javascript" online for a pdf.
    Javascript - The Definitive guide
    NewThinkTank on youtube
    Codeacademy
    Then it's the scripting guide for the other half.

  • Good source for quality album art

    A good source for getting good quality album art, which has a higher resolution than Amazon, try http://www.coveralia.com/ which eventhough it is in Spanish, simply type the artist in "BUSCADOR:" at the top, and it is obvious from there. I've been using it for five minutes, and looks impressive. My iPod has not arrived yet, so cannot test that part, but I assume it will work as it goes into iTunes ok....

    This is the same as copy & pasting from Amazon, which has lower quality. As long as you own the CD, I think you are OK. Anybody else able to comment.

  • Good source for tables and reports

    Hello!
    Does any one know a good source for tables and reports in SRM (EBP) I really
    looking to report on the Org Structure.
    But any information you can give me would be really helpful.
    Regards
    sas

    Hi,
    See these threads :
    SRM Tables
    SRM Tables
    Re: Availability of Standard Reports in SRM
    SRM standard reports?
    SRM Reports
    For developing custom reports,you can use the stanadard tables and Function modules.
    BR,
    Disha.

  • Is "Introduction to Data Acquistion" by R. King a good reference for learning data acqusition programming?

    Is "Introduction to Data Acquistion" by R. King a good reference for learning data acqusition programming? Or can someone recommend a better text.
    Solved!
    Go to Solution.

    Perfect, just what I was looking for.
    Just curious is there a concise index for tutorials such as the one your pointed me toward?
    Thanks!

  • Good source for desktop wallpaper?

    Is there a good source for Mac OS desktop wallpaper?
    This leopard wallpaper is getting old, fast. Mac Os does not include any cool alternatives.
    I may have to steal some from Vista! AHHHHHH!
    Thanks for any help!

    http://interfacelift.com

Maybe you are looking for