Viewing 15 posts - 2,221 through 2,235 (of 5,356 total)
Hey, Ken,
what is your avatar?
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
March 11, 2004 at 12:45 pm
Please avoid cross posts. It's really hard to follow.
So, where should we continue?
Here or here?
![]()
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
March 11, 2004 at 7:41 am
I would run a count() on some INFORMATION_SCHEMA stuff.
![]()
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
March 11, 2004 at 7:37 am
That's a brilliant mindset ![]()
You mean my avatar? I was multiple times in cinema with my elder son. He can almost recite the whole...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
March 11, 2004 at 7:33 am
Just kidding, but wasn't that the same Jonathan already demonstrated?
In Germany we have a saying that might translate to
"All good things...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
March 11, 2004 at 7:18 am
Sorry Dave, haven't seen your response asking the same thing.
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
March 11, 2004 at 7:14 am
Give you give some sample data along with the desired result?
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
March 11, 2004 at 7:13 am
Got it finally !!!
WTF doesn't MS products speak the same language ????
Changing
.Parameters.Append .CreateParameter("@issue_date",adDate,adParamInput)
.Parameters.Append .CreateParameter("@maturity", adDate,adParamInput)
to
.Parameters.Append .CreateParameter("@issue_date",adVarChar,adParamInput,12)
.Parameters.Append .CreateParameter("@maturity", adVarChar,adParamInput,12)
did the trick.
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
March 11, 2004 at 6:10 am
Why reinvent the wheel?
I think I have seen on sourceforge.net web based administration tools for SQL Server.
Why not customized so a tool for your needs so that each customer...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
March 11, 2004 at 6:02 am
Ok, a little bit further now.
With cm
.ActiveConnection = cnn
.commandText = "kapitalanlage_insert"
.CommandType= adCmdStoredProc
.Prepared=True
.Parameters.Append .CreateParameter("@bezeichnung",adVarChar,adParamInput,100)
.Parameters.Append .CreateParameter("@riskID", adInteger, adParamInput)
.Parameters.Append .CreateParameter("@issue_date",adDate,adParamInput)
.Parameters.Append .CreateParameter("@maturity", adDate,adParamInput)
.Parameters.Append .CreateParameter("@coupon", adVarChar, adParamInput,10)
.Parameters.Append .CreateParameter("@bSpezialfonds", adVarChar,adParamInput,1)
.Parameters.Append .CreateParameter("@bManualUpdate", adVarChar,...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
March 11, 2004 at 5:56 am
Amazing what all can happen while typing. Fortunately I hit F5 before answering ![]()
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
March 11, 2004 at 5:53 am
Not to be picky, but what are you trying to do? It isn't very clear (at least to me).
![]()
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
March 11, 2004 at 5:51 am
Can you script your table and try via QA?
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
March 11, 2004 at 2:38 am
What front-end do you use?
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
March 11, 2004 at 2:27 am
Please avoid cross posts.
Let's use this thread http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=8&messageid=105360
That being said, what is your question?
![]()
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
March 11, 2004 at 1:42 am
Viewing 15 posts - 2,221 through 2,235 (of 5,356 total)