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
Cannot build Units for Si...
by
marcov
[
Today
at 01:00:44 pm]
FPC Unleashed (inline var...
by
Fibonacci
[
Today
at 12:38:11 pm]
default pin settings, atm...
by
ccrause
[
Today
at 11:45:37 am]
I hope FreePascal can sup...
by
Fibonacci
[
Today
at 11:06:57 am]
FPC 3.2.4-rc1 available
by
440bx
[
Today
at 06:08:35 am]
TChart how setup nicestep...
by
eldonfsr
[
Today
at 05:18:14 am]
AI assisted translation o...
by
schuler
[
Today
at 03:07:59 am]
Little bit...
by
ASerge
[
Today
at 12:48:46 am]
Can I get the position an...
by
wp
[
Today
at 12:23:04 am]
Translate .lfm file in a ...
by
wp
[
Today
at 12:07:11 am]
Playing video without to ...
by
n7800
[April 17, 2026, 11:51:39 pm]
Delimited text - how find...
by
n7800
[April 17, 2026, 11:28:25 pm]
overloading issues fpc3.2...
by
Martin_fr
[April 17, 2026, 10:21:07 pm]
Ann: Deinline: a de-inlin...
by
LeP
[April 17, 2026, 09:58:08 pm]
Seeking advice on setting...
by
schuler
[April 17, 2026, 03:36:28 pm]
Ann: DeCoperators
by
DomingoGP
[April 17, 2026, 03:23:39 pm]
Error: Compilation raised...
by
marcov
[April 17, 2026, 02:44:06 pm]
TLazSerial : serial port ...
by
CM630
[April 17, 2026, 09:50:34 am]
[Solved] Help needed comp...
by
landolfi
[April 17, 2026, 02:45:10 am]
DataPort or Synpase stat...
by
eldonfsr
[April 16, 2026, 11:32:18 pm]
[FPC 3.2.4, Windows] PTC ...
by
Fred vS
[April 16, 2026, 08:26:24 pm]
IDE: Property editor does...
by
dsiders
[April 16, 2026, 07:04:22 pm]
What is wrong with this c...
by
OH1KH
[April 16, 2026, 04:32:48 pm]
[work arounded]Naming dae...
by
LeP
[April 16, 2026, 03:36:10 pm]
Lazarus Bugfix Release 4....
by
Jonax
[April 16, 2026, 03:06:25 pm]
« previous
next »
Print
Pages: [
1
]
Author
Topic: مشكلة في استعلام sql (Read 1963 times)
Gebo
Jr. Member
Posts: 67
مشكلة في استعلام 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: 328
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