Search:

Type: Posts; User: olabanjitajudeen

Search: Search took 0.14 seconds.

  1. Re: how to configure sqlserver jdbc driver type 4

    yes
  2. how to configure sqlserver jdbc driver type 4

    Please i really need help on how to install and configure sql server 2012 jdbc driver i have set my enviromental variables, i even set the classpath in the command prompt like this set CLASSPATH...
  3. Re: how to call parameterized stored procedue in jdbc

    create proc patientreg
    @id int
    as
    begin
    select [patient_id],[Psurname], [pFirstname], [pMiddlename], [reg_date], [DOB], [Sex], [Phone_num], [Addr],[Email],[dbo].[fncomputeage](DOB) from...
  4. how to configure sqlserver jdbc driver type 4

    hi friends i am Banji. Please i need the steps on how am going to configure my microsoft sql server 2012 jdbc type 4.
    I downloaded sqljdbc from microsoft which contains two jar file sqljdbc and...
  5. how to call parameterized stored procedue in jdbc

    Hello i am Olabanji, please i really need your help in calling a parameterized stored procedure in java jdbc from sql server.
    The stored procedure goes like this in sql

    create proc patientreg...
  6. how to connect two applications to a one table

    Please i really need help on this, i want to know how to connect two applications to a table where by the first application will not be able to read what the second application has read and vise...
  7. Code to read a table from different applications

    Please i am writing an application that will connect to a database, and three applications will connect to a table i need a code that will make the three applications read from d same table through a...
Results 1 to 7 of 7