
- Home
- Activity Stream
Activity Stream
New Activity ()
Please reload this page to view the 200+ new activity items that have been created.
-
Older Activity
-
Today, 01:28 PM
Thatnks it works
private void button2_Click(object sender, EventArgs e)
{
SqlConnection con = new SqlConnection
(@"Data...
10 replies | 115 view(s)
-
Today, 01:09 PM
This is where I am so far, still waiting on the actual device. I have ran some test for verification, see end.
Here is a question, could I use...
5 replies | 310 view(s)
-
Today, 12:23 PM
WHat I want tom do it is one update to all enteries in on record in table1
10 replies | 115 view(s)
-
Today, 12:23 PM
Obligatory xkcd link ... https://xkcd.com/327/
-tg
10 replies | 115 view(s)
-
Today, 12:14 PM
I'd rather revise the update query and use Parameters to avoid SQL Injection and other known issues. See post below as to why you should use...
10 replies | 115 view(s)
-
Today, 12:05 PM
The next step in the development is attached below.
The code has been cleaned up, the basic read and write methods now work and the first steps in...
18 replies | 1915 view(s)
-
Today, 11:21 AM
cmd.CommandText = "update table1 set Product_name = '" + textBox4.Text + "' where Product_name= '" + textBox1.Text + "',set price = '" +...
10 replies | 115 view(s)
-
Today, 11:16 AM
They've been doing that for years... even before TRump ... a couple decades at least... They've been doing it for so long, most people expect it.
...
128 replies | 6008 view(s)
-
Today, 11:15 AM
Are you sure you re using the correct textbox for each bit of the SQL string?
Some suggestions...
1. Give your controls decent names, nobody...
10 replies | 115 view(s)
-
Today, 11:05 AM
Access is almost never the correct answer.
If you want a free database that is reliable, I would go with PostgreSQL (website). When you become...
1 replies | 61 view(s)
-
Today, 10:59 AM
So that is a SQL error and Zvoni correctly pointed out why. Can you layout in plain English what you're trying to do? My guess is that you want to...
10 replies | 115 view(s)
-
Today, 10:41 AM
Hi,
Which Database is best for Small to Medium size Business Applications? I am using the MS Access Database now. Please advise.
1 replies | 61 view(s)
-
Today, 10:26 AM
ok I am sorry
it gives me an error
Incorrect syntext near ','
10 replies | 115 view(s)
-
Today, 10:19 AM
Spot the mistake...
update table1
set Product_name = '" + textBox4.Text + "' where Product_name= '" + textBox1.Text + "',
set price =...
10 replies | 115 view(s)
-
Today, 10:15 AM
here a sample to Filter the Emails, not sure what the other part means is with ..Communication detail
I just added it to find that and the next...
11 replies | 440 view(s)
-
Today, 10:11 AM
Can you be a bit more specific in "did not work"? Did it throw an exception? Did it do nothing? Did the computer explode?
10 replies | 115 view(s)
-
Today, 10:00 AM
You should check for the existance of the two spaces first, or if there are no @'s in the string. Then you know you don't have to split up the data...
11 replies | 440 view(s)
-
Today, 10:00 AM
bounds-check need to be off.
mine is always that.
maybe when u debug/check bugs u turn that ON to just see if everything works.
42 replies | 1016 view(s)
-
Today, 09:57 AM
I guess the error creeps in, due to operating "near the 2GB Mem-Limits" (and/or due to making the App LargeAddressAware).
If I may ask, what part...
15 replies | 282 view(s)
-
Today, 09:53 AM
So with the errors you reported... hope you don't mind me addressing them here so others can benefit:
-All AppTitle errors are due to a missing...
236 replies | 136897 view(s)
-
Today, 09:52 AM
Hello,,,,
I wrote the following code to amend all entries in any record in my sql table but it did not work when I try it
It gives me an error ...
10 replies | 115 view(s)
-
Today, 09:39 AM
Duh, of course, you are using a Select Command, I thought an Update Command
My bad
15 replies | 282 view(s)
-
Today, 09:38 AM
Personally, I might tend to use a pair of classes: Players.cls & Player.cls.
The Players.cls would have a Collection in it of the Player.cls...
5 replies | 248 view(s)
-
Today, 09:26 AM
And FOX news is deliberately pitting sides against each other. To me the way they weaponize their coverage to pit Americans against Americans is the...
128 replies | 6008 view(s)
-
Today, 09:24 AM
Getting back to your original error-message (No such Field-Def: id):
Can you access it with ordinal?
If RS.RecordCount > 0 Then
ID =...
15 replies | 282 view(s)
-
Today, 09:16 AM
To Find out, how many email-addresses are in the inputstring, just split along "@".
Resulting Array-Length minus 1 is the amount of mail-addresses...
11 replies | 440 view(s)
-
Today, 09:14 AM
Ahhh, that might be my bad on that one. You can enumerate a Variant array when the item is a specifically declared object (using it's class,...
42 replies | 1016 view(s)
-
Today, 08:55 AM
Yeah a lot of this stuff is vendor-specific.
That will get HDD serial numbers. The issue of serial numbers for NVME drives was never resolved...
3 replies | 199 view(s)
|
Click Here to Expand Forum to Full Width
|