Thanks for response, have got it working... sort of. by using file dsn odbc and having excel spreadsheet on web server. But accesing through CE locks spreadsheet, even when you log off CE. Suspect its ODBC problem - any ideas !!
I have created an excel spreadsheet. linking through a file dsn is a crystal report. All works fine. When I publish that report on enterprise, all is fine until I try to view it through e portfolio. It asks me for a user logon name and password.
I have tried using a system dsn link.
crystal...
I'd try a StringTokenizer and StringBuffer duo
String str = "I eat pie with both hands";
StringTokenizer st = new StringTokenizer(str);
StingBuffer sb = new StringBuffer();
final String SPACE = ' ';
String temp;
while(st.hasMoreTokens()){
temp = st.getToken()...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.