Explore tweets tagged as #sqlconnection
Want to manage your SQLConnection efficiently in #CSharp? 1. Create a static class Database. 2. You can even get the connection string from appsettings.json as well. 3. Create a connection property with a return type of SqlConnection.
0
0
0
Be me: google "sqlconnection getschema calculated column" Also be me: First result on Stack Overflow is a question with an accepted answer from me
0
0
2
Spring Boot errors? Breathe. Focus on the message, search online, and conquer them one by one.#springdeveloper #springerrors #java #debuglife
#springbootfix #persistence #jdbc
#sqlconnection #technicaldebt #codingproblems #webdev #stackoverflower #devcommunity #learnspringboot
0
1
4
🚀 Today's Project Update: Designed a signup page and added user attributes. Configured SQL Server 2008; it was a lengthy process. Encountered an error with SqlConnection while coding the signup function. Tried resolving it but failed. 🔄 Plan: Debug tomorrow! 💡 #CodingJourney
1
0
1
ちなみにSuperCommonBase にはsqlConnection を取得する処理がコンストラクタに書いてあって、真面目に逃げる��とを考えた。
1
6
21
@AngieMatiz6 @Fran14RP Eso me huele a Visual Basic con sqlConnection. Queries infinitos construidos en un string.
1
0
1
SuperCommonBaseかっけー! さすがにsqlConnectionを取ってるのは問題だけど extension method が無い言語だと SuperCommonBase 的な実装継承させたくなるのもちょっとわかる…… default methodのある今ならinterfaceでも良さそうだけど。 IdOpsとか実は似たようなものだよね
2
2
4
.NET の Object を SQL Server に対して超簡単に Bulk Insert するためのライブラリを作りました🚀 https://t.co/RM8iXtSff4 --- これだけ!! --- using var conn = new SqlConnection(...); var count = await conn.BulkInsertAsync(records, options: default, timeout: null, cancellationToken);
1
9
54
SQL Server, why are you like this? After a month-long investigation after an upgrade of Remote Desktop Manager caused disconnections with SQL Server for Linux, we found the culprit: SqlConnection.PacketSize set to 8000 by default:
2
4
20
Küçük Bir Bilgi📌 SqlConnection sınıfı, SQL Server veritabanlarına bağlanmak için kullanılır.
0
0
10
@mjovanovictech I would strongly suggest to read the original article, https://t.co/xUFl9zOACi. Your example seems like a variant of the examples in the Microsoft article, but the contexts don't share the explicit SqlConnection...
0
0
0
@BassistAxel Ну да, сначала юзаешь голый SqlConnection и DataReader, а потом у тебя уже куча хелперов, и своя поделка типа даппера в каждом проекте)
0
0
1
今度の案件で https://t.co/90KNZhWl9y使うみたいだから調べてるんだけど、 SQL serverに接続するときの OleDbConnectionクラスとSqlconnectionクラスの差異がわからん どっちでもええんか?
2
0
0
.NETのSqlConnectionてSQL Serverに接続するからSqlConnectionなんだな。初めてまともにDB接続のコードを書いたのがSQL Server向けのコードだったからずっと気付かなかった。紛らわしい製品名だわ。
0
0
0
Okay, that's a super annoying issue. So I've been using old-school PowerShell SqlConnection + SqlCommand + DataTable method in my PowerShell scripts for some time, and it's a mess. The Invoke-Sqlcmd way is much better, via the SqlServer module... but version 22.x is BROKEN!
1
0
1
@JasonChlus @JasonChlus I have been convinced by @shayrojansky in this thread that using Password in SqlConnection class is NOT Secure and NOT the future. So I think No point in posting the question at Developers Forum, because the query was regarding the Password itself. What do you say ?
0
0
0
@thdxr This is what we are starting to do w/ SQL Server Hyperscale. One gigantic namespace for everything. We are considering using RLS to scope rows based upon a tenant identifier supplied in the SQLConnection instance.
1
0
0