Viewing 15 posts - 631 through 645 (of 1,415 total)
May 31, 2017 at 6:46 am
May 30, 2017 at 7:17 am
As for faking someones voice from recorded samples, I'd bet the software to do that is already out there. You can do it the "easy" way and...
May 25, 2017 at 8:09 am
Luis's test tests that one table or the other...
May 23, 2017 at 9:21 am
May 22, 2017 at 12:42 pm
Your pseudo-sql is amusing; select sum(id) from anything doesn't deliver NULL, it delivers an error since there's no column called "id".
Yes that was an error.
If...
May 16, 2017 at 11:35 am
May 15, 2017 at 2:24 pm
May 12, 2017 at 11:43 am
However, the IDENTITY Sybase table property has nothing to do with the logical data model. It was literally based on the UNIX tape filesystems in the 1970s were there...
May 11, 2017 at 11:11 am
should be a result set. work on calling it from your vb.net and examine the result set. It should work just the same as if you had just sent query...
April 26, 2017 at 1:06 pm
That situation looks to have contradicting requirements, functions need defined return types but you stated you cannot define the return type ahead of time. Why not try just using the...
April 26, 2017 at 11:46 am
Just posting for fun, I highly recommend you follow good programming practices including testing all solutions using adequate test code coverage especially if this is real money you're dealing with....
April 24, 2017 at 10:18 am
I'm thinking that statement will not translate into an update directly on Microsoft SQL Server. I think MySQL is probably more agreeable about that sort of update but I don't use MySQL.
April 24, 2017 at 9:37 am
you're telling it to update 'r' yet the 'set' statements reference aliases 'm1' and 'm2'. That doesn't look like its going to work.
April 24, 2017 at 9:01 am
One new job I can think of, machine learning psychiatrist. A big category of AI, machine learning using neural networks are really interesting because we have essentially thrown together a...
April 13, 2017 at 7:39 am
Viewing 15 posts - 631 through 645 (of 1,415 total)