OK, so after all of the posts regarding using the database acceslerator I have been trying to work with it. I am onclear on how to use my own custom form to connect back to a SQL database.
OK So starting from the begining...
General Tab:
1. I am able to add my form template
2. Able to add my data source... took me a bit to figure that out...
3. Reference ID Section ??? Not sure what I need to do here if anything
4. Indexes ??? Also not sure what I need to do here?
Permissions Tab:
1. have not really delt with this yet
Promoted Tab:
I am not using any sharepoint lists, so I do think I need to do this... am I wrong
Database Mapping:
1. I can see the following:
Namespaces |
Prefix | URI |
my | http://schemas.microsoft.com/office/infopath/2003/myXSD/2007-04-27T16:06:40 |
tns | http://qdabra.com/webservices/ |
Database Map
Table NameColumn Name | Type | Node Path |
tblApplication | Table | /my:myFields |
Table NameColumn Name | Type | DB Type | Key | Node Path |
AppName | Column | Select...System.BooleanSystem.ByteSystem.CharSystem.DateTimeSystem.DecimalSystem.DoubleSystem.GuidSystem.Int16System.Int32System.Int64System.SByteSystem.SingleSystem.StringSystem.UInt16System.UInt32System.UInt64 | | my:txtAppName |
Table NameColumn Name | Type | DB Type | Key | Node Path |
AppType | Column | Select...System.BooleanSystem.ByteSystem.CharSystem.DateTimeSystem.DecimalSystem.DoubleSystem.GuidSystem.Int16System.Int32System.Int64System.SByteSystem.SingleSystem.StringSystem.UInt16System.UInt32System.UInt64 | | my:intAppType |
Insert Table or Column
Insert Table or Column
when using a repeating section I am not sure sure which node path to use in the TableName
Lastly, Should I be using the same web service as in the getting started document? if so what am I missing when I try to add the web service to my form, submit button, the only options I have to map are the datasources from the getting started document. what I am I missing?