"SELECT [Account_Number],[Holders_Name],[Holders_Address],[Street_Name],[Post_Code],[Overdraft_Limit],[Balance]"+ " FROM Accounts WHERE [Account_Number] = '" + Account_Number + "';";
This is what i am using at present it returns the account number fine from the table but the rest of them are null I have also tried
select *
Many thanks
Gda2004

New Topic/Question
Reply



MultiQuote



|