Click here to Skip to main content
15,921,884 members
Home / Discussions / Database
   

Database

 
AnswerRe: How to find the sql servers on network Pin
Jeffrey Walton4-Dec-07 23:51
Jeffrey Walton4-Dec-07 23:51 
GeneralPlease help me put this in a pivot selection??? Using SQL 2005 Pin
Support1234-Dec-07 19:25
Support1234-Dec-07 19:25 
GeneralSQL Express Connection String Frustration Pin
Raziaar4-Dec-07 19:04
Raziaar4-Dec-07 19:04 
GeneralRe: SQL Express Connection String Frustration Pin
pmarfleet4-Dec-07 19:35
pmarfleet4-Dec-07 19:35 
GeneralRe: SQL Express Connection String Frustration Pin
Raziaar4-Dec-07 19:48
Raziaar4-Dec-07 19:48 
GeneralRe: SQL Express Connection String Frustration Pin
Mike Dimmick4-Dec-07 21:13
Mike Dimmick4-Dec-07 21:13 
GeneralRe: SQL Express Connection String Frustration Pin
Raziaar4-Dec-07 21:33
Raziaar4-Dec-07 21:33 
Questionaccess connection with java Pin
kanza azhar4-Dec-07 7:59
kanza azhar4-Dec-07 7:59 
hello every1;

i have problem in connecting access with java
heres my code :

public class ElectronicCookBook extends javax.swing.JFrame {
private String url;
private Connection connect;

/** Creates new form ElectronicCookBook */
public ElectronicCookBook() {

initComponents();
try{
url="jdbc:odbc:cook.mdb";
Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
try {


connect=DriverManager.getConnection(url,"","");
} catch (SQLException ex) {
ex.printStackTrace();
System.out.println(ex.getMessage());
}
}catch(ClassNotFoundException ex){
ex.printStackTrace();
}
}
code throws following exception :
database name not found or no default driver specified.


i am a newer and working in netbeans
my project is a desktop application
please help me out

thanks all
GeneralRe: access connection with java Pin
pmarfleet4-Dec-07 8:05
pmarfleet4-Dec-07 8:05 
GeneralSqlBulkCopy Pin
iamalantam4-Dec-07 7:24
iamalantam4-Dec-07 7:24 
GeneralRe: SqlBulkCopy Pin
Mike Dimmick4-Dec-07 21:21
Mike Dimmick4-Dec-07 21:21 
QuestionHow to render the report on reportviewer control under forms authentication using SSRS 2005 Pin
MSinha4-Dec-07 3:13
MSinha4-Dec-07 3:13 
AnswerRe: How to render the report on reportviewer control under forms authentication using SSRS 2005 Pin
pmarfleet4-Dec-07 8:01
pmarfleet4-Dec-07 8:01 
GeneralRe: How to render the report on reportviewer control under forms authentication using SSRS 2005 Pin
MSinha5-Dec-07 1:39
MSinha5-Dec-07 1:39 
GeneralHELP USING OPENDATASOURCE IN CROSSED (SYBASE/ACCESS) QUERY Pin
Jorge4-Dec-07 1:33
Jorge4-Dec-07 1:33 
GeneralRe: HELP USING OPENDATASOURCE IN CROSSED (SYBASE/ACCESS) QUERY Pin
Vince.Tu4-Dec-07 20:49
Vince.Tu4-Dec-07 20:49 
GeneralRe: HELP USING OPENDATASOURCE IN CROSSED (SYBASE/ACCESS) QUERY Pin
Jorge5-Dec-07 1:03
Jorge5-Dec-07 1:03 
GeneralRe: HELP USING OPENDATASOURCE IN CROSSED (SYBASE/ACCESS) QUERY Pin
Jorge5-Dec-07 1:23
Jorge5-Dec-07 1:23 
GeneralStored Procedure Pin
Aparna.B3-Dec-07 18:46
Aparna.B3-Dec-07 18:46 
GeneralRe: Stored Procedure Pin
pmarfleet4-Dec-07 1:39
pmarfleet4-Dec-07 1:39 
QuestionHow to pass dynamically integer as column name to a query Pin
veereshIndia3-Dec-07 17:58
veereshIndia3-Dec-07 17:58 
AnswerRe: How to pass dynamically integer as column name to a query Pin
pmarfleet4-Dec-07 1:41
pmarfleet4-Dec-07 1:41 
QuestionDecrementing Serial Number Pin
Lijo Rajan2-Dec-07 0:02
Lijo Rajan2-Dec-07 0:02 
AnswerRe: Decrementing Serial Number Pin
pmarfleet2-Dec-07 0:11
pmarfleet2-Dec-07 0:11 
GeneralRe: Decrementing Serial Number Pin
Lijo Rajan2-Dec-07 0:15
Lijo Rajan2-Dec-07 0:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.