Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
0 Endorsements

9 Posted Topics

Member Avatar for dhanya_piit

i want to create table in ms acces database during run time......... Dim myConnection As ADODB.Connection Dim Conn As String Dim vtblNametxt As String Private Sub cratblebtn_Click() vtblNametxt = tblNametxt.Text myConnection.Execute ("create table " & vtblNametxt & " (id varchar2(3),pname varchar2(20), qtyp number(4));") End Sub Private Sub Form_Load() Set myConnection …

Member Avatar for Emil_9
0
1K
Member Avatar for dhanya_piit

hey, can any one tell me whether i can write methods other than getxm or put xml in restful web services.If yes then which will be the first function to be called

Member Avatar for klactose
0
101
Member Avatar for dhanya_piit

[code=java]/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package Programs; import java.util.ArrayList; import javax.ws.rs.core.Context; import javax.ws.rs.core.UriInfo; import javax.ws.rs.Consumes; import javax.ws.rs.PUT; import javax.ws.rs.Path; import javax.ws.rs.GET; import javax.ws.rs.Produces; import java.util.List; import java.sql.Connection; import java.sql.DriverManager; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Statement; import …

Member Avatar for peter_budo
-1
97
Member Avatar for dhanya_piit

hi, am using netbeans to write restful web services. I want to pass an input and the again retrieve it and display the out put in XML form. i am giving the path as @Path("book\{name}\{author}") and using it as an argument [code]public Book getxml(@PathParam("zip") String zip,@PathParam("div") String div) { }[/code] …

0
84
Member Avatar for dhanya_piit

Can anyone please post a link where i can get some codes/demos for restful web services.plz reply asap

Member Avatar for pritaeas
0
106
Member Avatar for dhanya_piit

anyone please explain me what is productive application and immersive application.. Thanks and regrards dhanya

0
54
Member Avatar for dhanya_piit

[code=visualbasic]Dim MyWord As Word.Application Dim WordDoc As Word.Document Dim MyRange As Word.Range Dim MyTable As Word.Table Dim MyCell As Word.Cell Dim MyCells As Word.Cells Dim MyCols As Word.Columns Dim RetSt As String Dim Pic As String Dim arc As String RetSt1 = Chr(10) + Chr(13) RetSt2 = Chr(13) + Chr(10) …

-1
90
Member Avatar for dhanya_piit

hey ppl, i am creating tables at runtime but when the table with same name are created again i get an error that the table already exisits hw do i check wheter the table already exisits or not plz give me the syntax and am not creating database at runtime …

Member Avatar for aktharshaik
0
81
Member Avatar for choudhuryshouvi

The End.