Sql type not recognized: 'int unsigned' when I expand table in Dreamweaver

Dreamweaver warning message - "sql type not recognized: 'int
unsigned'"
This was happening in Dreamweaver MX and now in CS3. The
pages using these tables are not throwing errors when I test them,
but each time I expand a table in Dreamweaver, I get these warning
messages. Often I get the same message multiple times and must
click OK each time before I can proceed. Just now I had to OK the
warning three times for a table that only has one integer field and
two fields total.
Any help would be greatly appreciated.
Thanks

Hi Bagger and Ken
With some help from Randy Edmunds at Adobe was able to find a
solution to this bug.
*note I am still using DW MX 2004 so there may be some
variation with your version.
ANSWER: You need to add the sql type "int unsigned" to the
dwscriptsServer.js in Dreamweaver's files.
The file to ammend is [your path to the DW
root]\Configuration\Shared\Common\Scripts\
dwscriptsServer.js
do a search for the alert: "MM.MSG_SQLTypeAsNumNotInMap" and
then go up from there (it is about line 2059 in the DW MX 2004
file).
underneath a["unsignedint"] = 19;
add a new line a["int unsigned"] = 19; // variation of
unsigned int
I then deleted the delete the FileCache.dat (from step #4
http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_19105)
and restarted DW.
That should fix it!
If that doesn't work then search the DW folders for
"MM.MSG_SQLTypeAsNumNotInMap" and ammend the sql data types where
the functions raise the error alert.
I hope this is helpful!
Cheers
Martin
ps I would be using the CS3 web premium suite if it wasn't
for the fact that the UK upgrade price is (£539) - >US$1000
which is more then double what US customers pay. (OK my whinge
over, boo hoo)

Similar Messages

  • SQL type not recognized: 'double unsigned'

    I have a particular table that uses fields defined as "double
    unsinged". Every time I expand that table in the database area, I
    get the error "SQL type not recognized: 'double unsigned'".
    Is this a bug or is it some odd configuration error on my
    part?

    Hi there
    See
    this
    thread on configuring sql types

  • ITunes can't not recognized ipod nano5 when I after installing 10.5.1.42

    iTunes can't not recognized ipod nano5 when I after installing 10.5.1.42

    used the following prompts:
    netsh winsock reset catalog
    netsh int ip reset reset.log hit
    And it work properly.
    Thanks a lot !

  • My iphone 4 is not recognized by itunes when i connect to it, wants me to restore to factory settings. after i agree , an alert with error 9 stopped the sync. the phone wont start

    my iphone 4 is not recognized by itunes when i connect to it and tells me that the phone is in recovery mode, wants me to restore to factory settings. after i agree , an alert with error 9 stopped the sync. the phone wont start

    Thanks for the response. There is no cloud icon next to them. All of the songs play on the phone still and no song was purchased through iTunes. I added them manually and tried to remove them manually. According to my iTunes they've been removed but they are still on my phone and working.

  • Windows vista not recognizing my iphone4s when i open itunes, keep getting trust / dont trust message on phone and always press trust. Not sure why it's started doing it. Can not synch iphone at all or add new music....aaahhh

    windows vista not recognizing my iphone4s when i open itunes, keep getting trust / dont trust message on phone and always press trust. Not sure why it's started doing it. Can not synch iphone at all or add new music....as itunes does not pick up the phone I have connected anymore. My ipod synchs fine still and thats over 6 years old!

    Hi rubicon7,
    Welcome to the Support Communities!
    The article below may be able to help you with this.
    Click on the link to see more details and screenshots. 
    iOS: Device not recognized in iTunes for Windows
    http://support.apple.com/kb/TS1538
    If the issue is not resolved, you may need to uninstall iTunes and all of it's components, and reinstall the latest version as explained in this article:
    Issues installing iTunes or QuickTime for Windows
    http://support.apple.com/kb/HT1926
    I hope this information helps ....
    Have a great day!
    - Judy

  • My iphone 4 is not recognized by itunes when i connect it, wants me to restore to factory settings

    my iphone 4 is not recognized by itunes when i connect to it, wants me to restore to factory settings. do i have to or is there a better way to fix it?

    Howdy AndieKanaras,
    It sounds like your iPhone is being recognized everywhere but in iTunes. I would use the troubleshooting for that issue in the following article, named:
    If you don't see your connected device in iTunes for Mac
    Thank you for using Apple Support Communities.
    All the very best,
    Sterling

  • I own the iphone 4 and i was using safari and went to google something and my phone froze. My computer is not recognizing my phone when I plug it in, and my charger is not allowing my phone to charge. What can i do to get my phone unfrozen?

    I own the iphone 4 and i was using safari and went to google something and my phone froze. My computer is not recognizing my phone when I plug it in, and my charger is not allowing my phone to charge. What can i do to get my phone unfrozen?

    Try resetting it: hold the on/off and home buttons 10-20 seconds until you see the Apple logo (ignoring the off slider that appears first), then release.  If it won't reset you may need to put it in recovery mode and restore it as described here: http://support.apple.com/kb/ht1808.

  • HT4061 my computer is not recognizing my iphone4s when plugged in

    I got a new computer, (HP  Pavillion)  and it is not recognizing my iphone4s when plugged in. What to do?
    nnurlaw

    You could try the PRAM and SMC reset.
    Are there any other USB devices plugged into the machine, if so unplug them.
    As a work around you could use a powered USB hub until you can get the problem fixed.
    Use the system report to check on any anomolies in the power and USB sections.
    i.e. About this Mac/more info/system report

  • Can iMessage be used with non iOS 5 users, ie non-apple users. My new i-pad 2 error message says these contacts are not recognized by imessage when I try to text some of these contacts.

    Can iMessage be used with non iOS 5 users, ie non-apple users?
    My new i-pad 2 error message says these contacts are not recognized by imessage when I try to send them a text.

    So that means that I can send text messages through my i-phone to reach non iOS 5 users, but not through my i-pad 2.

  • Token Type not recognized???

    I've been trying to send out a newsletter in PDF format, however I've been getting a few responses back from people viewing it on a PC saying they can't see it and the error message "Token type not recognized" is being returned.
    Any suggestions?

    Also, I have looked at other posts and it was recommended to print a copy as a PostScript file and then convert it to PDF in preview but this doesn't work either.

  • SQL 2012 not recognizing modification of scalar function

    I have two scalar functions which are both very similar. Both required three variables. Then I realized that I needed another variable in both functions so I added it to both.  I then modified the call to each function (e.g. select dbo.function(var1,
    var2, var3, var4)), but within Management Studio editor, only the change in the first function is recognized. Below is the function that is not recognized and the call to it.  The error is 'insufficient number of arguments'.  Its as if Management
    Studio doesn't realize I made the change.
    ALTER FUNCTION [dbo].[InvoicePaidLateInFull](@Invoice bigint, @DueDate datetime, @Total decimal(14, 4), @EndDate datetime)
    RETURNS bit
    AS
    BEGIN
    DECLARE @PaidLate bit, @Paydate datetime, @Amount decimal(14, 4)
    declare @Check int, @CurrentStatus bigint
    declare @AmtTol decimal(14,4), @CID bigint
    Set @PaidLate = 0
    Set @CurrentStatus = (Select top 1 StatusID from RebateData Where InvoiceNo = @Invoice order by ID)
    if @CurrentStatus <> 1
    Begin
    Goto NotDueYet
    End
    Set @CID = (Select top 1 CID from RebateData Where InvoiceNo = @Invoice order by ID)
    Set @AmtTol = (Select AmountTolerance from MasterCustomerProgramContracts where ID = @CID)
    If datediff(dd, @DueDate, @EndDate) < 0
    Begin
    GoTo NotDueYet
    End
    Set @Check = (Select count(*) from Payments Where InvoiceNo = @Invoice)
    if @Check = 0
    Begin
    --No payments have been received at all. Consider as 'Unpaid'
    GoTo NotDueYet
    End
    Set @Amount = isnull((Select round(sum(Amount) , 2)
    from Payments
    where invoiceno = @Invoice
    and PayDate <= @DueDate
    Group by InvoiceNo), 0)
    Set @Amount = -(@Amount)
    If @Amount between (@Total - (@Total * @AmtTol)) and (@Total + (@Total * @AmtTol))
    Begin
    Set @PaidLate = 0
    End
    If @Amount < (@Total - (@Total * @AmtTol))
    Begin
    Set @PaidLate = 1
    End
    NotDueYet:
    RETURN @PaidLate
    END
    The Call:
    Set @PL = (Select dbo.InvoicePaidLateInFull(@Inv, @DueDate, @Total, @EndDate))
    Seems like I read the other day of a script that can be run to 'update' SQL, but I can't remember it now.
    Thanks.
    Ross

    Leaving the Intellisense issue, permit me to point out that incorrectly used, this function can be a performance killer. An occasional call - no problem. But if you do something like:
    SELECT ..., dbo.InvoicePaidLateInFull(invoice_id, due_date) AS PaidLade
    FROM   MillionRowTable
    This is a performance disaster. SQL Server cannot optimize the function, so you will have a cursor in disguise.
    Overall, you should be very restrictive with scalar functions that perfoms data access.
    Erland Sommarskog, SQL Server MVP, [email protected]

  • My fingerprint reader is not recognized by DigitalPersona when I upgraded to Windows 7

    My fingerprint reader worked with Vista but when I upgraded to Windows 7 it is not recognized by DigitalPersona. 
    I have a dv3-1075us with the AMD Turion X2 dual core mobile RM-72 2.10 Ghz processor.  I have updated the BIOS to F.15, there is not a biometrics option in the BIOS for me to turn on, Authentec Driver 20.0.18 dated 11-24-2009 (Device Manger does nto show an error), and running Digital Persona Personal version 4.11.3826.
    I have updated this from the troubleshooting section of the HP Support website.
    At the windows login I get a "Reader not detected" message and in DigitalPersona "The fingerprint reader is not connected.  Connect the reader."
    What further steps can I do to get my fingerprint reader working?
    Thank you for your help.

    I've got an HDX9350 that I originally ran on Vista, and later upgraded to 32-bit Windows 7 Ultimate. I managed to make most functionality run on that installation, albeit buggy and slow, running assorted drivers in compatibility mode.
    Earlier this week I installed the 64-bit version od Windows 7 Ultimate, because the upgraded installation did run into problems sometimes, requiring a long time to get an ip address etc. I was surprised to see a lot of drivers being automatically installed, includingdrivers for the AuthenTec 2501A fingerprint sensor.
    I stumbled upon AuthenTecs own basic software, allowing You to log onto the computer and that worked. Or was it Window' own? Never mind.
    Installing Digital persona resulted in no reader detected all of the time, despite following instructions on this forum.
    Installing HP's SimplePass, things worked straight away! Maybe Digital Persona isn't compatible with Windows 7, or with my HDX9350?
    A

  • IPhone not recognized in iTunes when using WiFi sync

    I have found that my iPhone is frequently not recognized when using WiFi sync.  The only way to sync my phone when that happens is to use the old fashioned way--connect it to my computer via USB.  Then the phone is recognized and syncs fine.  The device shows even when I take my iPhone off power.  But when I close iPhone and later reopen it and plug in my iPhone to power, often it is not recognized.  I've tried everything I can think of but nothing works.
    Any ideas?
    talbryn

    I am having the same problem.  It was working just fine and then just mysteriously stopped showing up in iTunes (my iPad still shows up & syncs via wifi just fine--it is just my iPhone).  Someone please reply soon, this is driving me nuts! Thanks in advance!!

  • Iphone4 not recognized by computer when I plug it in.

    I plug my phone into my computer and it starts charging, but it's not recognized by itunes...any help?
    When I go to My Computer the phone isn't even recognized by my computer as a device.
    This is such a pain in the butt bc I can't update my iOS or even get more music....please please help!!

    http://support.apple.com/kb/ts1538

  • Extractor (Delta) not recognizing a change when field is set back to blank

    Good Day Experts,
    Any pointers on the issue below will be appreciated:
    I have a Delta extractor which picks up the value from a field in ECC when the field is changed. When I initially assign date value, extractor picks up the change and everything works. 
    However, when I change the field in ECC back to blank, the extractor is not recognizing this as a change and hence it does not bring the new value into BI... so my master data in BI still the "old" value, even though the value has actually changed.
    Please let me know if you would like me to clarify...
    Cheers and Thank You,
    Dmitriy

    Hi....
    Here you have mentioned that Delta extractor which picks up the value from a field in ECC when the field is changed...........is it a date field ? or time stamp.....
    Unfortunately I can't check this datasource in my system.....
    But when delta is coming based on this field..........if this field is blank then obviously delta will not get captured.........why this field in ECC is not getting updated ?
    Regards,
    Debjani......

Maybe you are looking for

  • Action Framework in OBIEE 11g

    Hi All, I wanted to know whether the action framework in OBIEE allows us to perform some post processing on a report. I need to first obtain a report in OBIEE then swap values in a column based on a mapping table and then email the report to a list o

  • Weird iPhoto 09 Behavior on new i7

    All, I have been plugging away on my new i7 and I started having some problems with iPhoto. I tried to reinstall it with the bundled software disc but still getting them. What happens is I have been trying to go through my Photos section and delete b

  • See data in nested table dataset-- supported?

    Hello, i did create a table with a column that is an object type, the contenu of the object type does not show when you browse the table's data. Is there an easy way to show the content of the 'object_column' ? I know that in eg. toad you can do by d

  • Have to provide my Wireless Network password EVERYTIME to sync AppleTV

    Is this right? Everytime I want my AppleTV to sync to my iTunes I have to go onto AppleTV and put in my password for my Wirless Network (Airport Express with AirTunes). Is this normal? Also my AppleTV always drops away from "Devices" in iTunes after

  • Spinning beach ball at login after 10.5.6 update

    Since I upgraded to 10.5.6, the spinning beach ball would appear every time at startup. At the same time, Finder (and/or the menu bar) is frozen and the Dock doesn't show up. Here are the suspicious error messages in Console: 2008/12/19 上午 1:44:31 Fi