This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
496
Web Server - Ask For Help / Re: FileUpload crash
« on: March 16, 2016, 04:55:48 AM »
verfy in webserver,nettalk object,settings,scripts if file upload script is checked..
497
Web Server - Ask For Help / Re: PHP MS Sql connection error
« on: March 03, 2016, 04:07:05 AM »
hi, my hint is about sql server not php, i'm no expert in php, your primary problem is sql and no matter language is a same problem, so i think that san google is your best friend for your problem.



498
Web Server - Ask For Help / Re: PHP MS Sql connection error
« on: February 26, 2016, 02:28:16 AM »
what version of SQL Server?
i think the problem is 2003 server and sqlclient recently i have a problem with server 2003 and c10 and NT, after move to server 2008 all work perfect.
try to install the correct sqlclient for sql version and force yours app to use driver in clarion is DRIVER={SQL Server Native Client 11.0} don't how in php
i think the problem is 2003 server and sqlclient recently i have a problem with server 2003 and c10 and NT, after move to server 2008 all work perfect.
try to install the correct sqlclient for sql version and force yours app to use driver in clarion is DRIVER={SQL Server Native Client 11.0} don't how in php
499
Web Server - Ask For Help / Re: PH MS Sql connection error
« on: February 25, 2016, 04:03:52 AM »
what OS version?
500
Web Server - Ask For Help / Re: Webserver Big Problems
« on: February 17, 2016, 06:41:16 PM »
in trace a found this error in version compile with c10:
Error Occurred: 08S01 [Microsoft][SQL Native Client]TCP Provider: An existing connection was forcibly closed by the remote host.[Microsoft][SQL Native Client]Communication link failure
TCP Provider: An existing connection was forcibly closed by the remote host.
the version compile in c6 is running perfect.
Error Occurred: 08S01 [Microsoft][SQL Native Client]TCP Provider: An existing connection was forcibly closed by the remote host.[Microsoft][SQL Native Client]Communication link failure
TCP Provider: An existing connection was forcibly closed by the remote host.
the version compile in c6 is running perfect.
501
Web Server - Ask For Help / Re: Webserver Big Problems
« on: February 10, 2016, 02:05:41 AM »
MS Sql Server with native driver
502
Web Server - Ask For Help / Re: Webserver Big Problems
« on: February 09, 2016, 06:00:35 AM »
Kevin, the system working during the day , i don't when fails, I'm only using the system, the connection string is same that old app, the system is hanging without activities
thanks..
thanks..
503
Web Server - Ask For Help / Re: Webserver Big Problems
« on: February 09, 2016, 02:24:33 AM »
Djordje , maybe C10 is a problem my c10 version is 11726, somebody with this problem?
504
Web Server - Ask For Help / Re: Webserver Big Problems
« on: February 09, 2016, 02:21:35 AM »
Kevin, the webserver continue running but failed when try to connect to sql server, i try to find that causes the problem if NT or C10 sql driver, in c6.3 work perfect.
505
Web Server - Ask For Help / Webserver Big Problems
« on: February 08, 2016, 09:36:33 AM »
Hi, i have app compile in two differents version one in c6.3 and nt 7.33 sql server 2008 in port 2339 this version run as rock solid for the past 4 years over 2400 users without any problem and running as services.
The second app is compile with c10 and nt 8.61 in port 88 same database, no user because is a test app with new features but this version is hanging every day, i believe is a problem with connection to sql, but same app with version 6.3 and nt 7.33 don't present this problem, what change after this build that affect the connection??
This is very important find a solution before buy nt9 upgrade and result with same problem.
The second app is compile with c10 and nt 8.61 in port 88 same database, no user because is a test app with new features but this version is hanging every day, i believe is a problem with connection to sql, but same app with version 6.3 and nt 7.33 don't present this problem, what change after this build that affect the connection??
This is very important find a solution before buy nt9 upgrade and result with same problem.
506
Web Server - Ask For Help / Re: Mobile Theme How?
« on: February 05, 2016, 02:00:26 PM »
ok i have a partial solution i saw that NT mobile is old version, i modify the current NT theme for compatibility themeroller and upload them modify and download with modifications.
but i have another issue, when use mobile mode and form in view mode, i see double Next and Previous button in a header, in change mode display correct but i need in view mode
but i have another issue, when use mobile mode and form in view mode, i see double Next and Previous button in a header, in change mode display correct but i need in view mode
507
Web Server - Ask For Help / Re: Mobile Theme How?
« on: February 04, 2016, 02:29:12 PM »
i saw the webminar 85 but only talk about desktop no mobile
508
Web Server - Ask For Help / Mobile Theme How?
« on: February 04, 2016, 03:28:55 AM »
i follow nettalk document for try to add my own Mobile Theme :
Add a Mobile Theme using Themeroller Mobile
This section describes the steps for creating, and using, a mobile theme using ThemeRoller Mobile. If you want to create a desktop theme, check out the section Add a Theme using ThemeRoller.
Themeroller Mobile is an online tool that allows you to download standard jQuery mobile themes, or to download a theme you have created.
Start by going to the Mobile Themeroller web page - http://jquerymobile.com/themeroller/
Edit the theme to create the look you are after.
Once you have completed the theme to your satisfaction, click on the Download button.
The download dialog will appear, prompting you for a theme name, and once that is entered you can click on the Download Zip button.
Once the Zip file has been downloaded, open it with Windows Explorer and navigate inside it into the Themes folder. Inside this file you will find 2 css files, yourtheme.css and yourtheme.min.css. You can use either one, the min one is harder to edit by hand, but is smaller (so is recommended.)
Copy this css file into your theme folder (\themes\whatever) as jquery.mobile.theme.css
Manually run the Gzipall.Bat file which is in your application folder.
but don't work, somebody have a real example ?
Add a Mobile Theme using Themeroller Mobile
This section describes the steps for creating, and using, a mobile theme using ThemeRoller Mobile. If you want to create a desktop theme, check out the section Add a Theme using ThemeRoller.
Themeroller Mobile is an online tool that allows you to download standard jQuery mobile themes, or to download a theme you have created.
Start by going to the Mobile Themeroller web page - http://jquerymobile.com/themeroller/
Edit the theme to create the look you are after.
Once you have completed the theme to your satisfaction, click on the Download button.
The download dialog will appear, prompting you for a theme name, and once that is entered you can click on the Download Zip button.
Once the Zip file has been downloaded, open it with Windows Explorer and navigate inside it into the Themes folder. Inside this file you will find 2 css files, yourtheme.css and yourtheme.min.css. You can use either one, the min one is harder to edit by hand, but is smaller (so is recommended.)
Copy this css file into your theme folder (\themes\whatever) as jquery.mobile.theme.css
Manually run the Gzipall.Bat file which is in your application folder.
but don't work, somebody have a real example ?
509
Web Server - Ask For Help / Re: MSSQL Text field processing
« on: November 10, 2015, 03:24:00 AM »
use BLOBTOFILE i have several project that use this function without problems..