Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Other Languages
»
Arabic
(Moderators:
nouzi
,
pascal111
) »
مشكلة في استعلام sql
Free Pascal
Website
Downloads
Wiki
Documentation
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Documentation (RTL/FCL/LCL)
Bugtracker
CCR Bugs
GIT
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
Forum Rules
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
Getting name / line of ca...
by
jamie
[
Today
at 05:24:44 pm]
TStringGrid displaying a ...
by
jamie
[
Today
at 05:18:04 pm]
Qt does not position form...
by
Alexx2000
[
Today
at 03:52:43 pm]
Application.QueueAsyncCal...
by
Thaddy
[
Today
at 03:17:23 pm]
FPC Unleashed (inline var...
by
Fibonacci
[
Today
at 02:03:21 pm]
Windows API Hooking/DLL I...
by
Thaddy
[
Today
at 01:08:56 pm]
How do 'with' statements ...
by
Thaddy
[
Today
at 01:00:07 pm]
TComboBoxEx & TCheckCombo...
by
Paolo
[
Today
at 11:28:00 am]
DataPort or Synpase stat...
by
serbod
[
Today
at 09:30:51 am]
SynEdit auto End of line ...
by
Martin_fr
[
Today
at 09:08:36 am]
Show Case: WritingTool
by
ginoo
[
Today
at 08:47:02 am]
How to view the TODO list...
by
Thaddy
[
Today
at 07:16:27 am]
Scripts to generate ofici...
by
dbannon
[
Today
at 02:25:56 am]
P.I.S.S. a PlugIn-framewo...
by
cdbc
[
Today
at 01:20:44 am]
International Pascal Cong...
by
Mike.Cornflake
[May 09, 2026, 06:45:37 pm]
SpreadSheet Add Chart Lin...
by
eldonfsr
[May 09, 2026, 06:19:33 pm]
How to access inherited m...
by
Thaddy
[May 09, 2026, 04:12:38 pm]
Anubis activated
by
LemonParty
[May 09, 2026, 03:46:01 pm]
RunFormula: math expressi...
by
LeP
[May 09, 2026, 03:39:53 pm]
Setting canvas offset wit...
by
jamie
[May 09, 2026, 03:14:04 pm]
Limiting Search in TSelec...
by
jamie
[May 09, 2026, 03:09:21 pm]
using make with a differe...
by
Thausand
[May 09, 2026, 02:41:39 pm]
FreeBSD 13/14: RTL dirent...
by
Fred vS
[May 09, 2026, 02:33:11 pm]
Problems with form.AutoSc...
by
OH1KH
[May 09, 2026, 12:07:44 pm]
AVRPascal – free code edi...
by
ackarwow
[May 09, 2026, 09:23:14 am]
« previous
next »
Print
Pages: [
1
]
Author
Topic: مشكلة في استعلام sql (Read 1990 times)
Gebo
Jr. Member
Posts: 68
مشكلة في استعلام sql
«
on:
January 26, 2025, 02:10:26 pm »
أنا بنفذ بكون استعلام sql ولكن لا تأتي بسجل واحد
فما هو السبب
Code: Pascal
[Select]
[+]
[-]
SQLQuery1
.
Close
;
ODBCConnection1
.
Close
(
)
;
SQLQuery1
.
SQL
.
Text
:
=
'select weight,meter,lot,user,rolldate,colors.col_code,cloth.cloth_code from recorded_rolls inner join cloth on cloth.id=recorded_rolls.type_cloth inner join colors on colors.id=recorded_rolls.roll_color where '
;
if
Trim
(
DBLookupComboBox1
.
Text
)
<>
''
then
SQLQuery1
.
SQL
.
Add
(
'recorded_rolls.roll_color ='
+
DBLookupComboBox1
.
KeyField
+
' and '
)
;
if
Trim
(
DBLookupComboBox2
.
Text
)
<>
''
then
SQLQuery1
.
SQL
.
Add
(
'recorded_rolls.type_cloth= '
+
DBLookupComboBox2
.
KeyField
+
' and '
)
;
//فحص حقل الوزن وإضافته لكود sql
if
Trim
(
Edit1
.
Text
)
<>
''
then
SQLQuery1
.
SQL
.
Add
(
'recorded_rolls.weight = '
+
Edit1
.
Text
+
' and '
)
;
//فحص حقل طول الرول وإضافته لكود sql
if
Trim
(
Edit2
.
Text
)
<>
''
then
SQLQuery1
.
SQL
.
Add
(
'recorded_rolls.meter = '
+
Edit2
.
Text
+
' and '
)
;
SQLQuery1
.
SQL
.
Add
(
'recorded_rolls.rolldate between '
+
DateToStr
(
DateTimePicker1
.
Date
)
+
' and '
+
DateToStr
(
DateTimePicker2
.
Date
)
+
' and '
)
;
SQLQuery1
.
SQL
.
Add
(
'1=1'
)
;
SQLQuery1
.
Open
;
Logged
I like programming I begun by vb,vb.net,c# and finally free pascal and lazarus .I like martial arts sports and I am a kickboxer and made our team sport club called black eagle school I have a website for modern clothes..
nouzi
Moderator
Sr. Member
Posts: 329
Re: مشكلة في استعلام sql
«
Reply #1 on:
January 26, 2025, 08:35:19 pm »
ماهي نتيجة الاستعلام عند تنفيده مباشرة على محرك قواعد المعطيات ؟
حول أستعمل FieldByName يكون الامر افضل
«
Last Edit: January 26, 2025, 08:48:15 pm by nouzi
»
Logged
My English is bad
Lazarus last version free pascal last version
Lazarus trunk free pascal trunk
System : Linux mint 64bit Windows 7 64bit
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Other Languages
»
Arabic
(Moderators:
nouzi
,
pascal111
) »
مشكلة في استعلام sql
TinyPortal
© 2005-2018