Ask a Question related to Coldfusion Database Access, Design and Development.
-
gcmenotti #1
Blank database
Hi community
i have a problem
i put this
<CFQUERY NAME="cuenta" DATASOURCE="myaccount">
Select Codigo, Destino,NumeroDestino
from dbo.Llamadas
</CFQUERY>
<cfform format="flash" width="500">
<cfgrid name="Tabla" query="cuenta" selectmode="single">
<cfgridcolumn name="Codigo">
<cfgridcolumn name="Destino">
</cfgrid>
</cfform>
no error on displaying that
but when the downloading finish it doesnt show anything
whyyyy i have all fine but i dont see the database
gcmenotti Guest
-
about:blank - flash popup is blank
When going to yahoo maps (the new version that runs on flash9), when clicking on "printable version" I get a blank page that pops up with... -
BLANK ENTRIES IN ACCESS DATABASE
Hi, I've developed a simple registration form, a html version and a rich form (flash) one. The problem is that when you complete the form and... -
Flash forms and blank database entries
Hi, I've developed a simple registration form, a html version and a rich form (flash) one. The problem is that when you complete the form and... -
Blank fields in database
Hi, I have a blank field in the database for Address. How do I refer to that? For ex: Set hrRS = Server.CreateObject("ADODB.Recordset") ... -
Passing database info to page allow user input then pass into another database
Hi I really am going crazy! I'm using VBScript, ASP, and SQL My page reminds me of a shopping cart but looking at shopping cart examples has not... -
jorgepino #2
Re: Blank database
Check and see if the database is populated
<cfoutput>#cuenta.recordcount#</cfoutput>
jorgepino Guest
-
gcmenotti #3
Re: Blank database
it tells me that the
Element RECORDCOUNT is undefined in CUENTA.
gcmenotti Guest
-
jorgepino #4
Re: Blank database
<CFQUERY NAME="cuenta" DATASOURCE="myaccount">
Select Codigo, Destino,NumeroDestino
from dbo.Llamadas
</CFQUERY>
<!--- Place Here --->
<cfoutput>#cuenta.recordcount#</cfoutput>
<!--- Place Here --->
<cfform format="flash" width="500">
<cfgrid name="Tabla" query="cuenta" selectmode="single">
<cfgridcolumn name="Codigo">
<cfgridcolumn name="Destino">
</cfgrid>
</cfform>
jorgepino Guest
-
-
-



Reply With Quote

