5,346 Posted Topics
Re: sweetsasthi, General Syntax: Create database databasename. | |
Re: Welcome ankurmawanda, Its difficult to read your source code. Use bb code tags to post source code. See # icon at toolbar and also read [URL="http://www.daniweb.com/forums/announcement61-3.html"]How to use bb code tags?[/URL]. [noparse] [code=Jsp] ... ... your source code.. [/code] [/noparse] | |
Re: Use Configuration.ConfigurationSettings and app.config. | |
Re: It works with static method only. | |
Re: [CODE=VB.NET] public class Form2 Inherits Form1 ..... End Class [/CODE] | |
Re: Welcome silent prince, First, you have to read and follow the rules at daniweb. 1. Source code must be wrapped with bb code tags. [URL="http://www.daniweb.com/forums/announcement118-3.html"]How to use bb code tags?[/URL] 2. [URL="http://www.daniweb.com/forums/announcement118-2.html"]Homework rules.[/URL] ![]() | |
Re: ravenrider, Source program must be surrounded with BB code tags: See # icon at toolbar and also read [URL="http://www.daniweb.com/forums/announcement61-3.html"]How to use bb code tags?[/URL]. ![]() | |
Re: ppomu, Use bb code tags. Your source code must be surrounded with code tag. Read this [URL="http://www.daniweb.com/forums/announcement118-3.html"]How to use bb code tags?[/URL] I will be pleased if you give a hint about your program/page: >Which web server are using? (name and version) >Are there any jsp beans or database classes … | |
Re: get2tk, Source program must be surrounded with BB code tags: See # icon at toolbar and also read [URL="http://www.daniweb.com/forums/announcement61-3.html"]How to use bb code tags?[/URL]. | |
Re: Remove outer loop and repeat for(j=0...) loop six times. | |
Re: gingank, Read your threads : 1. [URL="http://www.daniweb.com/forums/thread201360.html"]http://www.daniweb.com/forums/thread201360.html[/URL] 2. [URL="http://www.daniweb.com/forums/thread201848.html"]http://www.daniweb.com/forums/thread201848.html[/URL] 3. [URL="http://www.daniweb.com/forums/thread201438.html"]http://www.daniweb.com/forums/thread201438.html[/URL] | |
Re: Use classes of System.Data.SqlClient/System.Data.OleDB, System.Data.Odbc namespace. | |
Re: Welcome ffaheem & manjeetrocks, Of course we will help. Please show your problem regarding to your code work. Read these rules please. 1. [URL="http://www.daniweb.com/forums/announcement118-3.html"]Wrap up source code with bb code tags [/URL] 2. [URL="http://www.daniweb.com/forums/announcement118-2.html"]About Homework[/URL] | |
Re: Welcome squall1986, Use may use : [CODE=C++] (*(Table[index]))[index]; [/CODE] | |
Re: Welcome tuanpq, Did you read this article? [URL="http://www.codeproject.com/KB/GDI-plus/flickerFreeDrawing.aspx"]http://www.codeproject.com/KB/GDI-plus/flickerFreeDrawing.aspx[/URL] | |
Re: Welcome GregoryHouseMD, Which version of .net framework and IIS are you using? | |
Re: Why not string replace method? [CODE=C#] string b = a.Replace('\t','\n'); [/CODE] | |
Re: [COLOR="Red"]sonia sardana>I dnt knw about exact limit but u can craete upto 50,000 tables...& i think so its more than enough...........What u mean by separating tables???? U mean primary table & foreign key table?[/COLOR] sweetsasthi>We are working in a project which handles lots of data. How many tables can we … | |
Re: arunasingh, This is your 38th post and you post source code without bb code tags. I think you haven't read - [URL="http://www.daniweb.com/forums/announcement118-3.html"]How to use bb code tags?[/URL]. Wrap up source code with bb code tags. | |
Re: Assign (empty) zero length string. [CODE=C++] for(i=0;i<scoresheet.size();i++) { q << scoresheet[i]; z=q.str(); cout<<z<<endl; q.str(""); } [/CODE] | |
Re: VernonDozier>What LayoutManager are you using? llemes4011>I'm not... But I found a way that works. Can I see the way you have used? Do you know BorderLayout, GridBagLayout & GridBagConstraints? | |
Re: [QUOTE=sweetsasthi;908285]Thank you.I will try this out.[/QUOTE] Mark thread as solved if you get solution. | |
Re: [CODE=MsSql Trigger] create TRIGGER trg_ForUpdateOnBookIssuedDetails on BOOKISSUEDDETAILS For update as begin declare @Rows1 int,@Rows2 int if(update(ReturnedOn) begin IF EXISTS(SELECT 1 FROM INSERTED) begin update nur set nur.NumberOfBooksIssued = nur.NumberOfBooksIssued -1 from NewUserRegister nur inner join INSERTED i on i.IssuedTo=nur.UserName set @Rows1 = @@RowCount update lbd set Inventory = Inventory +1 … | |
Re: Use substring to seperate alphabets and digits and convert digits into to numeric for increments, append zeors and concat them. | |
Re: Use classes from System.Globalization namespace. | |
Re: balu naik, We all are new for VC++. After all some of us knew VC++. Read some books on MFC or Win32 API - [URL="http://msdn.microsoft.com/en-us/library/d06h2x6e(VS.71).aspx"]MFC Reference[/URL] | |
Re: What about list.Count? I think it should be theList.Count. | |
Re: S2009, Try to get the solution for same question with single thread. Do not open too many thread? Scott has explained very well. | |
Re: tag5, Good morning. You are welcome in this nice forum. Your program source code must be surrounded with bb code tag. Read this [URL="http://www.daniweb.com/forums/announcement118-3.html"]How to use bb code tags?[/URL] | |
Re: akulkarni, 14th post and you don't know, how to and where to use code tag? Read this [URL="http://www.daniweb.com/forums/announcement118-3.html"]How to use code tags[/URL]. Try to include a complete description of your problem at your first post of this thread. What masijade said: [QUOTE]Scratch that, I'm not sure what you're trying to … | |
Re: Welcome wiczerd, wiczerd said, [QUOTE]I am, however, not sure if I'm actually modifying the original. ... In this last line, what am I modifying? [/QUOTE] Print the list after modification. However, there is no reason to add list item into another list to modify and see; [B]qtr_ser_obs [/B] list will … | |
Re: Welcome sympatiko. Use BB code tags. Your source code must be surrounded with bb code tags. Read [URL="http://www.daniweb.com/forums/announcement8-3.html"]How to wrap up source code with bb code tags?[/URL] You are near to the solution. Keep it up. | |
Re: salibaray, You have to read this post - [URL="http://www.daniweb.com/forums/thread191031.html"]http://www.daniweb.com/forums/thread191031.html[/URL] | |
Re: Welcome Pankaj18, Your source code must be surrounded with bb code tags. Read this [URL="http://www.daniweb.com/forums/announcement118-3.html"]How to use bb code tags?[/URL] Error message shows that a value you are assigned to the DropDownList control is not present inside the DropDownList's items. Yes, the DropDownControl is empty. Isn't it? Here, I am … | |
Re: Welcome Dajer, Please read rules & guideline for daniweb members. [URL="http://www.daniweb.com/forums/announcement118-3.html"]How to use bb code tags?[/URL] Now, at your question: Read : 1. [URL="http://vbnet.mvps.org/index.html?code/hooks/messageboxhook.htm"]http://vbnet.mvps.org/index.html?code/hooks/messageboxhook.htm[/URL] 2. [URL="http://msdn.microsoft.com/en-us/magazine/cc188920.aspx"]http://msdn.microsoft.com/en-us/magazine/cc188920.aspx[/URL] | |
Re: Overrider paint() method with MyDrawPanel. [CODE=Java] import javax.swing.*; import java.awt.*; public class DrawCircle{ int x=70; int y=70; public static void main(String[] args){ DrawCircle dc = new DrawCircle(); dc.go(); } public void go(){ JFrame frame = new JFrame("fun"); frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); MyDrawPanel dp = new MyDrawPanel(); frame.getContentPane().add(dp); frame.setSize(300,300); frame.setVisible(true); int xdir=0,ydir=0; while(true){ if(x<=10) … | |
Re: Use Globalization and Localization. | |
Re: Here, I have two froms: Form1 [CODE=VB.NET] public Class Form1 public dataForm1 as Integer ...... Sub button1_click(..) Form2.dataForm2=10 Form2.Show() End Sub End Class [/CODE] Form2 [CODE=VB.NET] public Class Form2 public dataForm2 as Integer ...... Sub button1_click(..) MsgBox("Data from Form1 " & dataForm2) Form1.dataForm1=20 Form1.Label1.Text="Test" End Sub End Class [/CODE] | |
Re: fourstar, I read your program. As you stated that some calculations are needed - my suggestion for you to write such a function that convert string (numeric values) into int and vice versa. | |
Re: [CODE=ASP.NET] <configuration> <appSettings/> <connectionStrings> <add name="MyXT" connectionString="Data Source=servername;Initial Catalog=dbname;user id=username;password=password" providerName="System.Data.SqlClient" /> </connectionStrings> <system.web> [/CODE] | |
| |
Re: Controls added to the form has private access. Use following code: [CODE=C#] Form2 a=new Form2(); a.Controls["button1"].Enabled=false; a.Show(); [/CODE] | |
Re: Declare pointer to pointer variable, [CODE=C++] int **ptr; [/CODE] How many one dim arrays? [CODE=C++] p=new int*[4]; [/CODE] What is the size of each one array? [CODE=C++] *(p+0)=new int[3]; *(p+1)=new int[3]; *(p+2)=new int[3]; *(p+3)=new int[3]; [/CODE] How to freed allocated memory? [CODE=C++] delete []p; [/CODE] | |
Re: Manikyr, Read the following announcement: 1. [URL="http://www.daniweb.com/forums/announcement118-2.html"]Homework rules[/URL] 2. [URL="http://www.daniweb.com/forums/announcement118-3.html"]How to use BB code tags?[/URL] scsachira, Use bb code tag. Source code must be surrounded with code tags. Use ReDim statement to resize an array: When use click on Add button, value from TextBox1 will be added to an array … | |
Re: emint, Don't say "thank you in advance", we have to talk more yet. I think you want to create an object of class A. A.java [CODE=Java] public class A { public A() // Constructor { System.out.println("A"); } // class B is Sub class of A and it is static public … | |
Re: A mistake by di2daer. You're [COLOR="Red"]missing an import statement [/COLOR]for FileOutputStream. When we use java.io.*; It means any class/interface of java.io package can be used in our program file without qualify it with java.io package name. |
The End.