I have SQL server 2008 R2 I want to send emails to all my registered SQL users but I do not have the Emails function Installed in the management studio SQL I want to know if there is any way to send emails taking the variables in the column:
S...
Greetings to the community
I have a problem in being able to find a solution to my problem if someone can support me in the solution is to be able to show is the following number stored in my database
the number is 1 and I want you to show me...
This is my code, I have an error in textfield , I want to pull a BD of SQLSERVER to Java using a button but in the jtextfield enter numbers. Attached image.
package org.me;
public class Ventana extends javax.swing.J...
I've been trying for 2 days to use JavaC and Javatar just to run an app that is in Eclipse from the console but I have not been successful.
Using these guides
link
and consulting other responses from how to compile a package java in sublim...
public class TablaDeMultiplicar {
private int numMax;
private int numTabla;
public TablaDeMultiplicar() {
this.numMax=0;
this.numTabla=0;
}
public TablaDeMultiplicar (int m, int n) {
this.numMax=m;...
hello I was asked that when arithmetic symbols are entered after they were printed ordered by priority, update the code for an error that I do not know but when printing the variables I get null
package sig_ar_ord;
import java.util.Scanner;...
in my application I am opening an intent to add a new contact this is the code ...
Intent intent = new Intent(Intent.ACTION_INSERT);
intent.setType(ContactsContract.Contacts.CONTENT_TYPE);
intent.putExtra(ContactsContract.Intents....
Application in NetBens 8.2
MySQL Database
BD connector: jdbc 8.0
HIbernet 4.3.x
This is my persistence.xml class within the META-INF
<?xml version="1.0" encoding="UTF-8"?>
<persistence version="2.1" xmlns="http://xm...
This is my code .. something that is wrong?
public void imprimirFactura(String codigo){
String sql="SELECT cliente.'c_razonsocial' AS cliente_c_razonsocial, ...."
conexion cc=new conexion();
Connection cn=cc.conexion();
ResultSe...