‘Java’ is not recognised as an internal or external command
Programming Zone | Let's Code
by Neeraj Sharma
4y ago
For Windows 10: 1.       Right click on My Computer          2.    Select Properties          ..read more
Visit website
JAVA DELETE
Programming Zone | Let's Code
by Neeraj Sharma
4y ago
import java.sql.Connection; import java.sql.DriverManager; import java.sql.Statement; import java.sql.SQLException; public class delete {         public static void main(String[] args) throws Exception      {     Connection connection = null;      try     {      Class.forName("com.mysql.jdbc.Driver");       String url = "jdbc:mysql://localhost/pinnacle";      String user = "root"; &nbs ..read more
Visit website
J2EE INSERT
Programming Zone | Let's Code
by Neeraj Sharma
4y ago
Insert.jsp <%@page contentType="text/html" pageEncoding="UTF-8"%> <!DOCTYPE html> <html>     <head>         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">         <title>JSP Page</title>     </head>     <body>         <h1>Hello World!</h1>         <form action = "InsertAction"> &nb ..read more
Visit website
J2EE SEARCH
Programming Zone | Let's Code
by Neeraj Sharma
4y ago
Search.jsp <%@page contentType="text/html" pageEncoding="UTF-8"%> <!DOCTYPE html> <html>     <head>         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">         <title>JSP Page</title>     </head>     <form method="post" action="SearchAction">       <table width="300" bgcolor="#e9fh">         <tr ..read more
Visit website
J2EE UPDATE
Programming Zone | Let's Code
by Neeraj Sharma
4y ago
Update.jsp <%@page contentType="text/html" pageEncoding="UTF-8"%> <!DOCTYPE html> <html>     <head>         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">         <title>JSP Page</title>     </head>     <body bgcolor="gray">         <form name="f1" method="Post" action="UpdateView.jsp">        &nbs ..read more
Visit website
J2EE UPDATE CODE
Programming Zone | Let's Code
by Neeraj Sharma
4y ago
Update.jsp <%@page contentType="text/html" pageEncoding="UTF-8"%> <!DOCTYPE html> <html>     <head>         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">         <title>JSP Page</title>     </head>     <body bgcolor="gray">         <form name="f1" method="Post" action="UpdateView.jsp">        &nb ..read more
Visit website
Export to PDF code
Programming Zone | Let's Code
by Neeraj Sharma
4y ago
Export to PDF code aspx page : <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default2.aspx.cs" Inherits="Default2" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server">     <title>Export to PDF</title> </head> <body>     <form id="form1" runat="server">     <div>         <asp:GridView ID="GridView1" runat="se ..read more
Visit website
Export to Excel code
Programming Zone | Let's Code
by Neeraj Sharma
4y ago
Export to Excel code aspx page : <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default2.aspx.cs" Inherits="Default2" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server">     <title></title> </head> <body>     <form id="form1" runat="server">     <div>         <asp:GridView ID="GridView1" runat="server" AutoG ..read more
Visit website
How to Delete the Windows.old Folder in Windows 7
Programming Zone | Let's Code
by Neeraj Sharma
4y ago
How to Delete the Windows.old Folder in Windows 7    Information If you performed repair install, upgrade install, or a custom install without formatting the drive for aclean install and selected to install Windows 7 on the same partition of the previous Windows installation, then you may have a C:\Windows.old folder left over in your new installation. If you already had a C:\Windows.old folder in the installation that you performed a repair install, upgrade install, or a custom install on, then it would be renamed to say C:\Windo ..read more
Visit website
SQL SERVER – FIX : ERROR : Cannot open database requested by the login. The login failed. Login failed for user ‘NT AUTHORITYNETWORK SERVICE’.
Programming Zone | Let's Code
by Neeraj Sharma
4y ago
SQL SERVER – FIX : ERROR : Cannot open database requested by the login. The login failed. Login failed for user ‘NT AUTHORITY\NETWORK SERVICE’. This error is quite common and I have received it few times while I was working on a recent consultation project. Cannot open database requested by the login. The login failed. Login failed for user ‘NT AUTHORITY\NETWORK SERVICE’. This error occurs when you have configured your application with IIS, and IIS goes to SQL Server and tries to login with credentials that do not have proper permissions. This error can also occur when replication or mirror ..read more
Visit website

Follow Programming Zone | Let's Code on FeedSpot

Continue with Google
Continue with Apple
OR