Hi all; Yesterday we installed Windows Installer 3.1 and BITS 2:0 updates on Windows 2000 SP4 machine and we restarted it.The Oracle Servis ( OracleServiceISDB ) did not start and gave an error ; The service did not respont to start or control request in a timely fashion , Code 1053 We uninsttaled Windows Installer 3.1 and BITS 2.0 and restarted again but Oracle service did not start again either. Has anyone have same experince before ? Gokhan CAN
________________________________ Kimden: [email protected] bu kiþinin yerine: acloudy_yin Gönderilmiþ: Per 27.10.2005 10:58 Kime: [email protected] Konu: Re: RE : [development-axapta] can we get exterior datasource in Axapta ? Thank you a lot! --- In [email protected], jun lee <[EMAIL PROTECTED]> wrote: > > Connect to database using ODBCConnection > > > > LoginProperty loginProperty; > > ODBCConnection oDBCConnection; > > Statement statement; > > ResultSet results; > > str sql; > > ; > > > > > > loginProperty = new LoginProperty(); > > > > loginProperty.setServer(parmServerName); > > loginProperty.setDatabase(parmDatabaseName); > > loginProperty.setUsername(parmUserName); > > loginProperty.setPassword(parmPassword); > > > > oDBCConnection = new ODBCConnection(loginProperty); > > > > sql = "select * from " + backendTableName + " where dataareaid = " + strquotechar(dataareaid); > if (whereClause) { > sql = sql + " and " + whereClause; > } > statement = ODBCConnection.createStatement(); > results = statement.executeQuery(sql); > > > > while (results.next()) > > { > > ... > > } > > > acloudy_yin <[EMAIL PROTECTED]> D´µÀ£º > Hi,Steeve! > Thanks! > But I am not used to the userconnection or odbcconnection. > can you give me a way to learn it, or you can send me the > tuitoral if you are free! > Thanks! > > > --- In [email protected], "Steeve Gilbert" > wrote: > > > > To my knowledge, the only way to read a table on another sqlserver > is to use a connection object like UserConnection, ODBCConnection, > etc... > > > > Regards, > > > > Steeve... > > > > > > -----Message d'origine----- > > De? [email protected] [mailto:development- > [EMAIL PROTECTED] De la part de acloudy_yin > > Envoyé : 25 octobre 2005 03:33 > > À : [email protected] > > Objet? [development-axapta] can we get exterior datasource in > Axapta ? > > > > Dear all: > > in my axapta development, I want get a datasource from other > sqlserver > > database in Axapta. how can I do ? > > Thanks! > > > > > > > > > > > > > > > > > > > > Yahoo! Groups Links > > > > > > > > > > > > > Yahoo! Groups Links > > > > > > > > > --------------------------------- > ÑÅ»¢Ãâ·ÑGÓÊÏä£ÖD¹úµÚÒ»¾øÎ?À¬»øÓʼ?ɧÈų¬´óÓÊÏä > ÑÅ»¢ÖúÊÖ¡§DËÑË÷¡¢É±¶¾¡¢·ÀɧÈÅ > > [Non-text portions of this message have been removed] > Yahoo! Groups Links [Non-text portions of this message have been removed] ------------------------ Yahoo! Groups Sponsor --------------------~--> Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life. http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/saFolB/TM --------------------------------------------------------------------~-> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/development-axapta/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

