C
C#13mo ago
Pare

❔ [Sql Server] invalid column names

Trying to update my database through winform app with Sql Server
3 Replies
Mayor McCheese
Mayor McCheese13mo ago
Maybe you don't have that column? Also ssms has a number of cases where cached schema is wrong; are you sure it's not working?
Anxoul
Anxoul13mo ago
Click on database Now ctrl+N Copy the code and paste it inside new terminal and now execute
Accord
Accord13mo ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.
Want results from more Discord servers?
Add your server
More Posts
❔ Best way to learn C#?can someone suggest me a way to learn C# without missing anything and get into game development?❔ Getting the connectionString from appsetting.jsonHello everyone, in my project I am using a Generic build like this: `public class EfGenericRepositor❔ C# Powershell, pipe one script to another?Is it possible to run a script and pipe that result to another? The closest I find is something lik❔ Shadowsocks VPN clientHello, i am trying to build a shadowsocks vpn client so im not required to share any information ab[C# Winform with Sql Server] Error: 'Column named StdId cannot be found.Parameter name: columnName'Trying to select a row in Data Grid View in Winform C# and see the image to have an idea to my Table❔ WEB3. Get the the amount of tokenx I can buy with a certain amount of busd.I want to get the amount of tokenx I can buy with different inputs of busd. I have written out some ❔ Understanding reading values from binaryI'm reading a version number from the binary of a client via hex. However, I get different results w✅ Optimizing `HTTPClient.GetAsync()` and large stringsI am writing a client application that consumes a web API at a near real-time rate (100ms). I am usi❔ .NET Service discoveryI have a gRPC server installed on a workstation in an on-premise local network. And I have client apHow do you get the output type from a powershell script with System.Management.Automation?I am trying to figure out how to get the type specified in a powershell script `[OutputType([int])]`