Click here to Skip to main content
16,004,991 members
Home / Discussions / Database
   

Database

 
QuestionRegarding retrieve the data from two different tables Pin
ChennaiBabu28-Jul-06 1:07
ChennaiBabu28-Jul-06 1:07 
AnswerRe: Regarding retrieve the data from two different tables Pin
Mairaaj Khan28-Jul-06 2:19
professionalMairaaj Khan28-Jul-06 2:19 
AnswerRe: Regarding retrieve the data from two different tables Pin
enjoycrack29-Jul-06 6:22
enjoycrack29-Jul-06 6:22 
Question[Message Deleted] Pin
very_short_life27-Jul-06 23:17
very_short_life27-Jul-06 23:17 
AnswerRe: pleeeeeeeeeeeeeeeeeeeese help Pin
jebberwocky27-Jul-06 23:41
jebberwocky27-Jul-06 23:41 
AnswerRe: pleeeeeeeeeeeeeeeeeeeese help Pin
Hy Chanhan28-Jul-06 1:20
professionalHy Chanhan28-Jul-06 1:20 
AnswerRe: pleeeeeeeeeeeeeeeeeeeese help Pin
Ravi kumar G29-Jul-06 2:52
Ravi kumar G29-Jul-06 2:52 
AnswerRe: pleeeeeeeeeeeeeeeeeeeese help Pin
S Douglas29-Jul-06 20:36
professionalS Douglas29-Jul-06 20:36 
capamaro wrote:
("'select * from emp where empno='" & Val(Text1(0).Text) & "'[insert space] and ename='" & Val(Text1(1).Text) & "'[insert space]and hidate=[#]" & Text1(5).Text & "[#];")


You have an extra single quote in that query and are missing some spacing. When in doubt do a Debug.Print SQLQuery to see how it looks to the database engine.

You should really take a look at the article below, it’s not in the same language, but the content is still worth reading. Protecting the database is your number one goal no matter who the end users are. The way your queries are run they are prime for SQL injection attacks.

SQL Injection Attacks and Some Tips on How to Prevent Them[^]



I'd love to help, but unfortunatley I have prior commitments monitoring the length of my grass. :Andrew Bleakley:


AnswerRe: pleeeeeeeeeeeeeeeeeeeese help Pin
Ennis Ray Lynch, Jr.31-Jul-06 8:40
Ennis Ray Lynch, Jr.31-Jul-06 8:40 
QuestionHow can I join 2 xml documents to get one table. Pin
kalyan_vb27-Jul-06 17:00
kalyan_vb27-Jul-06 17:00 
QuestionVB.NET , DATAGRID Pin
gordie warwick27-Jul-06 8:22
gordie warwick27-Jul-06 8:22 
AnswerRe: VB.NET , DATAGRID Pin
VK-Cadec28-Jul-06 7:40
VK-Cadec28-Jul-06 7:40 
GeneralRe: VB.NET , DATAGRID Pin
gordie warwick28-Jul-06 7:49
gordie warwick28-Jul-06 7:49 
GeneralRe: VB.NET , DATAGRID Pin
VK-Cadec28-Jul-06 7:56
VK-Cadec28-Jul-06 7:56 
GeneralRe: VB.NET , DATAGRID Pin
gordie warwick28-Jul-06 8:32
gordie warwick28-Jul-06 8:32 
QuestionSpreadSheet and Pivot Components Pin
hamidreza_buddy27-Jul-06 7:45
hamidreza_buddy27-Jul-06 7:45 
QuestionInserting a row to a table Pin
clint198227-Jul-06 5:52
clint198227-Jul-06 5:52 
AnswerRe: Inserting a row to a table Pin
Colin Angus Mackay27-Jul-06 5:56
Colin Angus Mackay27-Jul-06 5:56 
QuestionSQL Server Insert Pin
clint198227-Jul-06 5:31
clint198227-Jul-06 5:31 
AnswerRe: SQL Server Insert Pin
Colin Angus Mackay27-Jul-06 5:36
Colin Angus Mackay27-Jul-06 5:36 
GeneralRe: SQL Server Insert Pin
clint198227-Jul-06 5:49
clint198227-Jul-06 5:49 
GeneralRe: SQL Server Insert Pin
Colin Angus Mackay27-Jul-06 5:54
Colin Angus Mackay27-Jul-06 5:54 
AnswerRe: SQL Server Insert Pin
Marc Soleda27-Jul-06 5:57
Marc Soleda27-Jul-06 5:57 
QuestionString Comparison in a Sql Statement Pin
TheJudeDude27-Jul-06 5:12
TheJudeDude27-Jul-06 5:12 
AnswerRe: String Comparison in a Sql Statement Pin
Paddy Boyd27-Jul-06 5:20
Paddy Boyd27-Jul-06 5:20 

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.