Click here to Skip to main content
16,008,750 members
Home / Discussions / Database
   

Database

 
AnswerRe: Calling Stored SQL Functions from Visual Basic Pin
Paddy Boyd7-Sep-07 0:00
Paddy Boyd7-Sep-07 0:00 
GeneralRe: Calling Stored SQL Functions from Visual Basic Pin
pmarfleet7-Sep-07 0:22
pmarfleet7-Sep-07 0:22 
GeneralRe: Calling Stored SQL Functions from Visual Basic Pin
Paddy Boyd7-Sep-07 0:25
Paddy Boyd7-Sep-07 0:25 
GeneralRe: Calling Stored SQL Functions from Visual Basic Pin
pmarfleet7-Sep-07 0:36
pmarfleet7-Sep-07 0:36 
GeneralRe: Calling Stored SQL Functions from Visual Basic Pin
Paddy Boyd7-Sep-07 0:44
Paddy Boyd7-Sep-07 0:44 
GeneralRe: Calling Stored SQL Functions from Visual Basic Pin
Mark Cabbage8-Sep-07 14:45
Mark Cabbage8-Sep-07 14:45 
GeneralRe: Calling Stored SQL Functions from Visual Basic Pin
Paddy Boyd9-Sep-07 21:19
Paddy Boyd9-Sep-07 21:19 
GeneralRe: Calling Stored SQL Functions from Visual Basic Pin
Mark Cabbage9-Sep-07 21:35
Mark Cabbage9-Sep-07 21:35 
No, and I don't want to either. It issues these errors when I hover over the "select fontname, fontsize....."

In the old VBA I used to call the functions like:
Dim Fontsize as integer
fontsize = GetFontSize(strCurrentUser)

----
Function GetFontSize(CurentUser as string) as Integer
......
......

-----


This meant I was able to use a single like to get my values and use them in lots of places easily. When I read I should store these server-side I was very happy. I just need to call the function and return it to my current sub easily without having to do too much coding to setup and call the function otherwise it defeats the purpose

FYI I spent all weekend playing with the new error provider - very nice but it took me the longest time to work it out nicely....MS documentation is horrible....I found Google far better than MS own doccu...

Mark


QuestionHow can access mdb ? Pin
manuo56-Sep-07 22:36
manuo56-Sep-07 22:36 
AnswerRe: How can access mdb ? Pin
pmarfleet6-Sep-07 23:07
pmarfleet6-Sep-07 23:07 
GeneralRe: How can access mdb ? Pin
manuo56-Sep-07 23:22
manuo56-Sep-07 23:22 
GeneralRe: How can access mdb ? Pin
pmarfleet6-Sep-07 23:25
pmarfleet6-Sep-07 23:25 
GeneralRe: How can access mdb ? Pin
manuo56-Sep-07 23:28
manuo56-Sep-07 23:28 
GeneralRe: How can access mdb ? Pin
pmarfleet6-Sep-07 23:32
pmarfleet6-Sep-07 23:32 
GeneralRe: How can access mdb ? Pin
manuo56-Sep-07 23:45
manuo56-Sep-07 23:45 
AnswerRe: How can access mdb ? Pin
Paddy Boyd7-Sep-07 0:28
Paddy Boyd7-Sep-07 0:28 
GeneralRe: How can access mdb ? Pin
manuo57-Sep-07 1:50
manuo57-Sep-07 1:50 
GeneralRe: How can access mdb ? Pin
Paddy Boyd7-Sep-07 2:21
Paddy Boyd7-Sep-07 2:21 
GeneralRe: How can access mdb ? Pin
manuo57-Sep-07 2:52
manuo57-Sep-07 2:52 
GeneralRe: How can access mdb ? Pin
Paddy Boyd7-Sep-07 3:01
Paddy Boyd7-Sep-07 3:01 
QuestionHow to copy database from other database Pin
C#Coudou6-Sep-07 21:19
C#Coudou6-Sep-07 21:19 
AnswerRe: How to copy database from other database Pin
pmarfleet6-Sep-07 21:57
pmarfleet6-Sep-07 21:57 
GeneralRe: How to copy database from other database Pin
C#Coudou6-Sep-07 22:12
C#Coudou6-Sep-07 22:12 
GeneralRe: How to copy database from other database Pin
pmarfleet6-Sep-07 22:17
pmarfleet6-Sep-07 22:17 
GeneralRe: How to copy database from other database Pin
C#Coudou6-Sep-07 22:32
C#Coudou6-Sep-07 22:32 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.