User Profile

Collapse

Profile Sidebar

Collapse
rajeev85
rajeev85
Last Activity: Apr 16 '07, 07:50 PM
Joined: Apr 7 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • problem in connection of sqlserver with netbeans IDE

    i cosider a problem when i establish the connection between sqlserver with netbean IDE.i also install the sqlserver jdbc driver and set the class path of the jar file .

    when i connect the error is

    the url is not specified..


    the format is

    jdbc:microsoft: sqlserver//<hostname><port >[;DatabaseName=< db>]

    database name is-ebanking
    hostname-localhost...
    See more | Go to post

  • rajeev85
    replied to how retrive this problem
    thanks for suggestion. i completly solve this problem.
    See more | Go to post

    Leave a comment:


  • rajeev85
    started a topic how retrive this problem

    how retrive this problem

    Code:
    CREATE OR REPLACE FUNCTION schema._pg_object_getobjectlist(varchar) 
    RETURNS refcursor AS 
    '
    DECLARE
        columnid int4;
        search_string varchar;
        temp refcursor;
        rc refcursor;
    BEGIN
        search_string :=  \'%\' || $1 || \'%\'; 
    
        ----------------------------------------------------------------------------
        -- clean-up temporary object
    ...
    See more | Go to post
    Last edited by michaelb; Apr 7 '07, 11:43 PM. Reason: Properly quoted code with tags
No activity results to display
Show More
Working...