Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~656 People Reached

6 Posted Topics

Member Avatar for sneha mehta

I have made two programs in servlet....one for setting attribute and another for getting that attribute.... Here are those programs... /* For Setting Attribute */ [code=Java]import javax.servlet.*; import java.io.*; public class SettingCntx extends GenericServlet { ServletContext ctx; public void init(ServletConfig cfig) { /*Obtain the ServletContext object*/ ctx = cfig.getServletContext(); } …

Member Avatar for sneha mehta
0
104
Member Avatar for sneha mehta

I am trying to use below code for java to sqlserver connectivity.. [code] import java.sql.*; import java.util.*; import java.io.*; import java.lang.*; public class AuthorsInfo1 { public static void main(String args[]) { try { String str = "select * from authors where au_city like 's%'"; String str1 = "com.microsoft.sqlserver.jdbc.SQLServerDriver"; Class.forName(str1); Connection …

Member Avatar for masijade
0
156
Member Avatar for sneha mehta

here is a program code i want to create an application that create frame and write the string on it and when i click the close tab of frame it will close the frame please help me...its very urgent.. [code]import java.awt.event.*; class SampleFrame { SampleFrame(String title) { super(title); MyWindowAdapter adapter …

Member Avatar for Taywin
0
137
Member Avatar for sneha mehta

Write a java based program to accept numbers from the user and also sum the list of numbers as and when entered. apply the data conversion mehods , if required. implement the best and the shortest way to complete the task.

Member Avatar for masijade
0
91
Member Avatar for sneha mehta

i want to include using.System.Transactions header file in c# program but i m not able to do that. whats the problem i am not getting??

Member Avatar for Momerath
0
100
Member Avatar for sneha mehta

Msg 6505, Level 16, State 1, Procedure EmailAudit, Line 1 Could not find Type 'trgmail' in assembly 'ValidateMail'. though i already check that 'trgmail' is already program name still it show me in sql server that 'trgmail' could not find in this assembly

Member Avatar for Momerath
0
68

The End.