Bob Imperial wrote: > > Connection verification failed for data source: newWebStore > java.sql.SQLException: [Macromedia][SQLServer JDBC Driver]Could not > establish a connection using integrated security: No LoginModules configured > for JDBC_DRIVER_01 >
You will get this error if you haven't specified a username and password to connect to SQL Server. You don't have to do this when you set up the datasource, but if you don't, then you will have to specify it in your cfquery tag. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:252312 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

