sven2
08-19-2009, 07:18 AM
Hello,
how can I display the names in a listbox like Geert if in the table the name is stored like geert ...
In access I can use the the function "strconv" but this function doesn't work with SQL server.
So my question is, how to replace the function
"SELECT StrConv(LCase(name), 3) FROM Table" in such a way that ik works in an adp project.
Thanks in advance,
Sven.
how can I display the names in a listbox like Geert if in the table the name is stored like geert ...
In access I can use the the function "strconv" but this function doesn't work with SQL server.
So my question is, how to replace the function
"SELECT StrConv(LCase(name), 3) FROM Table" in such a way that ik works in an adp project.
Thanks in advance,
Sven.