Ognacの雑感

木漏れ日々

目次

Blog 利用状況

書庫

ギャラリ

知らずに落ちた、大きな落とし穴

RDBで、大文字小文字を区別しない、同一視するという、動作は、各レコードの項目のリテラル値の事と認識していました。
とある、SQL ServerのRDBは、 Create DataBaseの際の照合順序が Latvian_CI_AIになっていました。
私は、Create tabble時の項目名と、 Select/Insert/Update の 項目名の 大文字小文字を変えて書くことがあります。
文脈で強調したいときや、次ぎの処理でキーワードになる項目は、、すべて大文字にし、付随項目は小文字で記述したりして、 書き分けています。
これが、仇となりました。
この照合順序「Latvian_CI_AI」で作成したデータベースは、項目名の大文字、小文字を区別するのです。

create Table test ( ID char(3)   ,id char(3))

の文が、エラーにならず、正常にテーブルが作成できます。もちろん
insert into test(ID,id) values('xyx','abc')
も実行できます。結果は、

select ID , id from test
      ID   id
1     xyz  abc

となります。

一方で、.netのDataTable等は、項目名の大文字小文字区別はしないので

            DataTable dt = new DataTable();
            cmd.CommandText = "select ID,id  from test";
            SqlDataAdapter oda = new SqlDataAdapter(cmd);
            oda.Fill(dt);
            dgv.DataSource=dt;
と記述すれば、 ID と idは同値になり、 select文の idは、id1と項目名が補完されて、 DataTableが作成されます。

      ID   id1
1     xyz  abc

となり、 SQL文

            object ID = dt.Rows[0]["ID"];
            object id = dt.Rows[0]["id"];
            object id1 = dt.Rows[0]["id1"];
で確認すると、 IDと idは同値、 id1に "abc"が入ります。
つまり、 SQL文が  "select ID,id  from test" であっても、 "select ID,id as id1  from test" と解釈されます。
うーん。許されていいのかなぁと少し思うのです。

C系言語のmember名は大文字小文字区別しますが、 VB系などの言語は区別しません。
DataTableなどの、DataBase系の部品も、区別しません。 それなのに、接続先の SQLサーバーの構成次第で区別するというのは、一貫性を崩しているような感じがして、シックリきません。

無知だった責任と、Create Table時の項目名を使っていないことの責任も、私のにありますが、このようにする必然性ってあるのかしら。
また、照合順序の指定が、なぜ、項目名に影響するのか不思議でした。

投稿日時 : 2010年6月4日 1:44

Feedback

# re: 知らずに落ちた、大きな落とし穴 2010/06/04 3:14 ちゃっぴ

> また、照合順序の指定が、なぜ、項目名に影響するのか不思議でした。

これ [master] DB の照合順序ですよね。DB で管理しているんですからそうなるのが当然のような気がします。

# re: 知らずに落ちた、大きな落とし穴 2010/06/04 10:20 aetos

DataTable.CaseSensitive なんていうプロパティがあったり。

# re: 知らずに落ちた、大きな落とし穴 2010/06/04 10:26 aetos

なんでラトビア語なんか使ってるのかわかりませんが、CI って Case Insensitive だから「大文字と小文字を区別しない」設定ですよね?

# re: 知らずに落ちた、大きな落とし穴 2010/06/04 20:17 Ognac

>DataTable.CaseSensitive
これも、行の項目値に対する、設定のような希ガス。
項目名の大文字小文字の差異には無関係に見えます。
とうも、Case Insensitive の適用範囲が見えにくいです。
変な仕様にしか、見えないのは、私の見え方の問題かなぁ。

# Hi, i think that i noticed you visited my site so i got here to go back the favor?.I am trying to in finding issues to enhance my site!I suppose its adequate to use a few of your ideas!! 2021/08/28 22:48 Hi, i think that i noticed you visited my site so

Hi, i think that i noticed you visited my site so i got here to go back the favor?.I
am trying to in finding issues to enhance my site!I suppose
its adequate to use a few of your ideas!!

# Hi, i think that i noticed you visited my site so i got here to go back the favor?.I am trying to in finding issues to enhance my site!I suppose its adequate to use a few of your ideas!! 2021/08/28 22:49 Hi, i think that i noticed you visited my site so

Hi, i think that i noticed you visited my site so i got here to go back the favor?.I
am trying to in finding issues to enhance my site!I suppose
its adequate to use a few of your ideas!!

# Hi, i think that i noticed you visited my site so i got here to go back the favor?.I am trying to in finding issues to enhance my site!I suppose its adequate to use a few of your ideas!! 2021/08/28 22:50 Hi, i think that i noticed you visited my site so

Hi, i think that i noticed you visited my site so i got here to go back the favor?.I
am trying to in finding issues to enhance my site!I suppose
its adequate to use a few of your ideas!!

# Hi, i think that i noticed you visited my site so i got here to go back the favor?.I am trying to in finding issues to enhance my site!I suppose its adequate to use a few of your ideas!! 2021/08/28 22:51 Hi, i think that i noticed you visited my site so

Hi, i think that i noticed you visited my site so i got here to go back the favor?.I
am trying to in finding issues to enhance my site!I suppose
its adequate to use a few of your ideas!!

# Pretty! This was an incredibly wonderful article. Thanks for supplying this info. 2021/08/30 11:39 Pretty! This was an incredibly wonderful article.

Pretty! This was an incredibly wonderful article.
Thanks for supplying this info.

# Hello, I enjoy reading through your post. I wanted to write a little comment to support you. 2021/09/01 2:25 Hello, I enjoy reading through your post. I wanted

Hello, I enjoy reading through your post.
I wanted to write a little comment to support you.

# Hello, I enjoy reading through your post. I wanted to write a little comment to support you. 2021/09/01 2:26 Hello, I enjoy reading through your post. I wanted

Hello, I enjoy reading through your post.
I wanted to write a little comment to support you.

# Hello, I enjoy reading through your post. I wanted to write a little comment to support you. 2021/09/01 2:27 Hello, I enjoy reading through your post. I wanted

Hello, I enjoy reading through your post.
I wanted to write a little comment to support you.

# Hello, I enjoy reading through your post. I wanted to write a little comment to support you. 2021/09/01 2:28 Hello, I enjoy reading through your post. I wanted

Hello, I enjoy reading through your post.
I wanted to write a little comment to support you.

# If you desire to obtain much from this paragraph then you have to apply these strategies to your won web site. quest bars http://tinyurl.com/49u8p8w7 quest bars 2021/09/11 14:05 If you desire to obtain much from this paragraph t

If you desire to obtain much from this paragraph then you have to apply these strategies
to your won web site. quest bars http://tinyurl.com/49u8p8w7 quest bars

# When someone writes an post he/she retains the idea of a user in his/her mind that how a user can understand it. So that's why this piece of writing is outstdanding. Thanks! 2021/10/26 18:28 When someone writes an post he/she retains the ide

When someone writes an post he/she retains the idea of a user in his/her mind that how a
user can understand it. So that's why this piece of writing is outstdanding.

Thanks!

# When someone writes an post he/she retains the idea of a user in his/her mind that how a user can understand it. So that's why this piece of writing is outstdanding. Thanks! 2021/10/26 18:29 When someone writes an post he/she retains the ide

When someone writes an post he/she retains the idea of a user in his/her mind that how a
user can understand it. So that's why this piece of writing is outstdanding.

Thanks!

# When someone writes an post he/she retains the idea of a user in his/her mind that how a user can understand it. So that's why this piece of writing is outstdanding. Thanks! 2021/10/26 18:30 When someone writes an post he/she retains the ide

When someone writes an post he/she retains the idea of a user in his/her mind that how a
user can understand it. So that's why this piece of writing is outstdanding.

Thanks!

# When someone writes an post he/she retains the idea of a user in his/her mind that how a user can understand it. So that's why this piece of writing is outstdanding. Thanks! 2021/10/26 18:31 When someone writes an post he/she retains the ide

When someone writes an post he/she retains the idea of a user in his/her mind that how a
user can understand it. So that's why this piece of writing is outstdanding.

Thanks!

# When some one searches for his required thing, so he/she desires to be available that in detail, therefore that thing is maintained over here. 2021/11/12 7:44 When some one searches for his required thing, so

When some one searches for his required thing, so he/she desires to be available that in detail, therefore that thing
is maintained over here.

# doxy 200 https://doxycyline1st.com/
buy doxycycline 100mg 2022/02/26 0:31 Jusidkid

doxy 200 https://doxycyline1st.com/
buy doxycycline 100mg

# prednisone 60 mg daily https://prednisoneus.shop/ 2022/04/16 22:43 Prednisone

prednisone 60 mg daily https://prednisoneus.shop/

# finasteride https://finasteridemen.com/
2022/05/11 14:51 Finasteride

finasteride https://finasteridemen.com/

# lasix dosage https://buylasix.icu/
lasix furosemide 40 mg 2022/06/24 17:01 LasixRx

lasix dosage https://buylasix.icu/
lasix furosemide 40 mg

# ivermectin for tapeworms https://stromectolbestprice.com/ 2022/07/30 0:23 BestPrice

ivermectin for tapeworms https://stromectolbestprice.com/

# best ed pills non prescription: https://medrxfast.com/ 2022/08/03 19:00 MedsRxFast

best ed pills non prescription: https://medrxfast.com/

# ed pills gnc https://ed-pills.xyz/
medication for ed 2022/09/15 19:06 EdPills

ed pills gnc https://ed-pills.xyz/
medication for ed

# over the counter erectile dysfunction pills https://ed-pills.xyz/
best ed pills at gnc 2022/09/16 7:27 EdPills

over the counter erectile dysfunction pills https://ed-pills.xyz/
best ed pills at gnc

# ed treatment review https://ed-pills.xyz/
medication for ed 2022/09/16 19:31 EdPills

ed treatment review https://ed-pills.xyz/
medication for ed

# buy doxycycline without prescription uk https://buydoxycycline.icu/ 2022/10/08 11:51 Doxycycline

buy doxycycline without prescription uk https://buydoxycycline.icu/

# Hello! Someone in my Facebook group shared this website with us so I came to give it a look. I'm definitely enjoying the information. I'm bookmarking and will be tweeting this to my followers! Great blog and wonderful design. 2022/11/28 17:02 Hello! Someone in my Facebook group shared this we

Hello! Someone in my Facebook group shared this website with us so I came to give it a look.
I'm definitely enjoying the information. I'm bookmarking and will be tweeting this to my followers!
Great blog and wonderful design.

# Hello! Someone in my Facebook group shared this website with us so I came to give it a look. I'm definitely enjoying the information. I'm bookmarking and will be tweeting this to my followers! Great blog and wonderful design. 2022/11/28 17:03 Hello! Someone in my Facebook group shared this we

Hello! Someone in my Facebook group shared this website with us so I came to give it a look.
I'm definitely enjoying the information. I'm bookmarking and will be tweeting this to my followers!
Great blog and wonderful design.

# Hello! Someone in my Facebook group shared this website with us so I came to give it a look. I'm definitely enjoying the information. I'm bookmarking and will be tweeting this to my followers! Great blog and wonderful design. 2022/11/28 17:04 Hello! Someone in my Facebook group shared this we

Hello! Someone in my Facebook group shared this website with us so I came to give it a look.
I'm definitely enjoying the information. I'm bookmarking and will be tweeting this to my followers!
Great blog and wonderful design.

# Hello! Someone in my Facebook group shared this website with us so I came to give it a look. I'm definitely enjoying the information. I'm bookmarking and will be tweeting this to my followers! Great blog and wonderful design. 2022/11/28 17:04 Hello! Someone in my Facebook group shared this we

Hello! Someone in my Facebook group shared this website with us so I came to give it a look.
I'm definitely enjoying the information. I'm bookmarking and will be tweeting this to my followers!
Great blog and wonderful design.

# prednisone 2.5 mg cost https://prednisonepills.site/
brand prednisone 2022/11/30 0:48 Prednisone

prednisone 2.5 mg cost https://prednisonepills.site/
brand prednisone

# Have you ever thought about publishing an e-book or guest authoring on other blogs? I have a blog based on the same information you discuss and would really like to have you share some stories/information. I know my audience would appreciate your work. 2022/12/01 12:57 Have you ever thought about publishing an e-book o

Have you ever thought about publishing an e-book or guest authoring on other blogs?
I have a blog based on the same information you discuss and would really like to have you share some stories/information. I know my audience
would appreciate your work. If you're even remotely interested, feel free
to shoot me an e mail.

# Have you ever thought about publishing an e-book or guest authoring on other blogs? I have a blog based on the same information you discuss and would really like to have you share some stories/information. I know my audience would appreciate your work. 2022/12/01 12:58 Have you ever thought about publishing an e-book o

Have you ever thought about publishing an e-book or guest authoring on other blogs?
I have a blog based on the same information you discuss and would really like to have you share some stories/information. I know my audience
would appreciate your work. If you're even remotely interested, feel free
to shoot me an e mail.

# Have you ever thought about publishing an e-book or guest authoring on other blogs? I have a blog based on the same information you discuss and would really like to have you share some stories/information. I know my audience would appreciate your work. 2022/12/01 12:58 Have you ever thought about publishing an e-book o

Have you ever thought about publishing an e-book or guest authoring on other blogs?
I have a blog based on the same information you discuss and would really like to have you share some stories/information. I know my audience
would appreciate your work. If you're even remotely interested, feel free
to shoot me an e mail.

# Get here. What side effects can this medication cause?
https://edonlinefast.com
Everything information about medication. Long-Term Effects. 2023/02/16 22:19 EdPills

Get here. What side effects can this medication cause?
https://edonlinefast.com
Everything information about medication. Long-Term Effects.

# Drug information. Read now.
https://edonlinefast.com
Read here. Read here. 2023/02/18 0:58 EdOnline

Drug information. Read now.
https://edonlinefast.com
Read here. Read here.

# ed meds online without doctor prescription - https://cheapdr.top/# 2023/04/03 2:29 Dikolipo

ed meds online without doctor prescription - https://cheapdr.top/#

# doxycycline hyclate 100 mg cap - https://doxycyclinesale.pro/# 2023/04/21 17:32 Doxycycline

doxycycline hyclate 100 mg cap - https://doxycyclinesale.pro/#

# prednisone for cheap - https://prednisonesale.pro/# 2023/04/22 4:50 Prednisone

prednisone for cheap - https://prednisonesale.pro/#

# ed pills online: https://edpills.pro/# 2023/05/15 15:34 EdPillsPro

ed pills online: https://edpills.pro/#

# prednisone 2 mg daily https://prednisonepills.pro/# - prednisone 20mg price in india 2023/06/04 21:30 Prednisone

prednisone 2 mg daily https://prednisonepills.pro/# - prednisone 20mg price in india

# top mail order pharmacies in usa https://fastpills.pro/# mexican pharmacies that ship 2023/06/29 23:27 FastPills

top mail order pharmacies in usa https://fastpills.pro/# mexican pharmacies that ship

# paxlovid cost without insurance https://paxlovid.life/# paxlovid india 2023/07/25 20:41 Paxlovid

paxlovid cost without insurance https://paxlovid.life/# paxlovid india

# buy cytotec pills online cheap https://cytotec.ink/# - order cytotec online 2023/07/26 14:39 PillsFree

buy cytotec pills online cheap https://cytotec.ink/# - order cytotec online

# ed treatment review https://edpills.ink/# - natural remedies for ed 2023/07/27 1:02 EdPills

ed treatment review https://edpills.ink/# - natural remedies for ed

# ed pills otc https://edpillsotc.store/# - erectile dysfunction pills 2023/10/08 1:23 EdPills

ed pills otc https://edpillsotc.store/# - erectile dysfunction pills

# men's ed pills https://edpills.tech/# natural remedies for ed 2023/12/23 8:20 EdPills

men's ed pills https://edpills.tech/# natural remedies for ed

# lana rhoades izle - https://lanarhoades.fun/ lana rhoades modeli
2024/03/03 1:42 LanaRho

lana rhoades izle - https://lanarhoades.fun/ lana rhoades modeli

タイトル
名前
Url
コメント